-
Notifications
You must be signed in to change notification settings - Fork 188
assignment_linter() gains operator= argument to allow, e.g. '=' assignments #2711
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c03a1be
initial implementation: just add the argument, deprecation, and add e…
MichaelChirico b29efda
replace allow* arguments with equivalent operator= logic
MichaelChirico e2af317
some progress unmangling
MichaelChirico 6308bff
fix most tests
MichaelChirico 1ffd72b
passing existing tests
MichaelChirico c25bfde
simplify, remove := handling as before
MichaelChirico 4f39f6e
add docs, readability
MichaelChirico 69841ea
NEWS, and mention "any" in man
MichaelChirico 73e3cac
allow_trailing=FALSE lints when EQ_ASSIGN used
MichaelChirico cff4f72
fix tests
MichaelChirico aa05ac7
last two tests
MichaelChirico 9792001
delint
MichaelChirico 9e216c9
Duplicate tests to separate deprecated vs. new behavior
MichaelChirico caf576c
Also warn for positionally-passed allow_cascadign_assign
MichaelChirico abb2661
trailing ws
MichaelChirico b28fd64
sloppy copy-paste
MichaelChirico 392d2bf
Fix stale message
MichaelChirico 662542a
More useful advice when cascading assignment is sometimes OK
MichaelChirico a2af76b
Remove '<<-' from valid operators for this test
MichaelChirico 5202604
Use trim_some() everywhere
MichaelChirico 2aeede8
fully deprecate is.logical(operator)
MichaelChirico 8ca4ad3
Add a test of a lint for operator="any" case
MichaelChirico 7d7975a
Merge branch 'main' into assignment-operator
MichaelChirico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.