Skip to content

Commit

Permalink
chore: minor rewording of news
Browse files Browse the repository at this point in the history
Co-authored-by: AshesITR <[email protected]>
  • Loading branch information
jcken95 and AshesITR authored Oct 24, 2024
1 parent 0d4c655 commit 46325ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +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)
* `commented_code_linter()` can detect commented code that ends with a pipe (#2671, @jcken95)

## Changes to default linters

Expand Down

0 comments on commit 46325ab

Please sign in to comment.