-
Notifications
You must be signed in to change notification settings - Fork 187
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
Include {data.table}
example in redundant_equals_linter()
docs
#2659
Conversation
R/redundant_equals_linter.R
Outdated
@@ -30,6 +35,11 @@ | |||
#' linters = redundant_equals_linter() | |||
#' ) | |||
#' | |||
#' lint( | |||
#' text = "dt[!(x), y]", |
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.
I also think a comment is warranted here...
Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
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.
Great!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2659 +/- ##
==========================================
- Coverage 97.96% 97.95% -0.02%
==========================================
Files 126 126
Lines 5760 5766 +6
==========================================
+ Hits 5643 5648 +5
- Misses 117 118 +1 ☔ View full report in Codecov by Sentry. |
closes #2657