Skip to content

Commit

Permalink
chore: add commented code linter ignoring end pipe to news
Browse files Browse the repository at this point in the history
  • Loading branch information
jcken95 committed Oct 20, 2024
1 parent 76751df commit 95b95db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* `.lintr` configs set by option `lintr.linter_file` or environment variable `R_LINTR_LINTER_FILE` can point to subdirectories (#2512, @MichaelChirico).
* `indentation_linter()` returns `ranges[1L]==1L` when the offending line has 0 spaces (#2550, @MichaelChirico).
* `literal_coercion_linter()` doesn't surface a warning about NAs during coercion for code like `as.integer("a")` (#2566, @MichaelChirico).
* `commented_code_linter()` can detect commented out code ending with a pipe (#2671, @jcken95)

## Changes to default linters

Expand Down

0 comments on commit 95b95db

Please sign in to comment.