-
Notifications
You must be signed in to change notification settings - Fork 1k
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
consistently use "=" for assignment #6825
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6825 +/- ##
=======================================
Coverage 98.64% 98.64%
=======================================
Files 79 79
Lines 14642 14642
=======================================
Hits 14444 14444
Misses 198 198 ☔ View full report in Codecov by Sentry. |
Generated via commit 3af2c2a Download link for the artifact containing the test results: ↓ atime-results.zip
|
ok for the change from <- to = but I don't understand what is the issue with linting? and why you want to hold off activating it generally? |
Whoops, we still need to actively disable the default We still comment out Line 38 in 770e80b
The intended behavior is that Line 59 in 770e80b
|
The remaining lints here are those fixed in #6284 |
ok, so I understand that there is some issue in lintr about "implicit" assignment versus not. (explicit?)
|
See comment above :) |
There are few enough
<-
usages that I went ahead and made the switch, not that upstream {lintr} accommodates our choice of default operator.There is still a pretty major issue with
assignment_linter()
:r-lib/lintr#2765
So I am still holding off activating it generally.