-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow_scoped in implicit_assignment_linter() for scope-limited assign…
…ments (#2171) * initial work * simplify implicit_assignment_linter logic, and catch false negatives * narrow line * add a simpler test of lints in all call args * catch parenthetical assignments * allow_lazy argument for implicit_assignment_linter to skip lazy assignments * bad NEWS merge * narrow example * passing tests * ensure were actually in a branch; add tests * typo in example * indentation * another example typo * a test for false positive * missing ) * comment to explain * lazy test
- Loading branch information
1 parent
f770c19
commit 0d528cd
Showing
3 changed files
with
148 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters