Issues
- 1
- 2
object_usage_linter() should skip objects transitively attached by Depends
#2695 opened by MichaelChirico - 3
- 0
Add more explanation to the `assignment_linter()`
#2694 opened by IndrajeetPatil - 1
- 4
Lint lambdas nested inside loops?
#2685 opened by IndrajeetPatil - 1
- 0
cyclocomp_linter() message should be customized to 'function'/'expression'
#2680 opened by MichaelChirico - 2
'for' loops without braces are handled incorrectly
#2677 opened by MichaelChirico - 2
Any pipe (|> or %>%) on the end of a line leads to a false negative for commented_code_linter
#2671 opened by jcken95 - 1
Non-ASCII Variable Names Cause Errors in VSCode with languageserver Using Tidyverse NSE
#2670 opened by GohUnTsuan - 1
- 2
- 0
- 1
- 3
- 0
sublinter attribute?
#2665 opened by MichaelChirico - 3
New linter for `utils::hasName()`
#2650 opened by m-muecke - 3
- 0
seq(1, 10) should throw seq_linter()
#2661 opened by MichaelChirico - 0
Include `{data.table}` example with and without lint for `redundant_equals_linter()` docs
#2657 opened by IndrajeetPatil - 5
- 2
"No visible binding" lint when `=` is used for global
#2654 opened by dmurdoch - 1
- 1
Edge case on special `array` for `lengths_linter()`
#2649 opened by etiennebacher - 0
Reference new grepv() in regex_subset_linter() once it makes an R release
#2648 opened by MichaelChirico - 2
call. argument should not be added for custom conditions
#2647 opened by Bisaloo - 0
Support clickable hyperlinks in lintr output if hyperlinks are available (but not markers)
#2645 opened by olivroy - 8
Update `seq_linter()` docs to highlight difference between `seq_along()` and `seq_len()`
#2639 opened by IndrajeetPatil - 6
Is caching not working as expected?
#2642 opened by IndrajeetPatil - 0
Provide feedback when no lints are found
#2640 opened by IndrajeetPatil - 1
- 1
- 2
- 1
Add base pipe to `backport_linter()`
#2634 opened by Bisaloo - 1
Cleaner output in the examples on the website?
#2632 opened by etiennebacher - 4
- 2
Generating an explicit .lintr.R file
#2628 opened by TimTaylor - 1
lint missing argument name
#2626 opened by TanguyBarthelemy - 1
New linter for unnamed arguments combined with `...`
#2627 opened by teunbrand - 3
- 2
New linter for if(all.equal(...))
#2610 opened by MichaelChirico - 1
Scoping `{meta.lintr}`
#2622 opened by IndrajeetPatil - 0
- 2
- 0
False positive in return_linter(return_style="explicit") when the formals are complex
#2616 opened by MichaelChirico - 2
Linter to recommend using variable assignment to avoid unnecessary computations in functionals?
#2612 opened by IndrajeetPatil - 0
Lint `rev(sort(x))` pattern in `seq_linter()` in favour of the more efficient alternative
#2614 opened by IndrajeetPatil - 0
New linter for multiple assignments
#2611 opened by MichaelChirico - 2
Automatic fixes
#2609 opened by m-muecke