-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove searchable attr warning for nested attrs #369
Remove searchable attr warning for nested attrs #369
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #369 +/- ##
==========================================
+ Coverage 88.90% 88.91% +0.01%
==========================================
Files 13 13
Lines 757 758 +1
==========================================
+ Hits 673 674 +1
Misses 84 84 ☔ View full report in Codecov by Sentry. |
@ellnix sorry can you fix the git conflicts so that we can merge? |
Since attributes can be defined with a block the only thing we know about them is the top level attribute name. Therefore, we trust that the user knows what they are doing when they use nested attributes.
863aba6
to
f8c820d
Compare
Done ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
bors merge
369: Remove searchable attr warning for nested attrs r=brunoocasali a=ellnix # Pull Request ## Related issue Fixes #366 Co-authored-by: ellnix <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches","status":"422"} |
Pull Request
Related issue
Fixes #366