Skip to content

Commit

Permalink
r-lib#1746 update news
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyk7440 committed Oct 28, 2022
1 parent 27091b9 commit 297136f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@

* `literal_coercion_linter()` reports a replacement in the lint message, e.g. code like `as.integer(1)` will
suggest using `1L` instead, and code like `as.numeric(NA)` will suggest using `NA_real_` instead (#1439, @MichaelChirico)

* Added check for `.lintr` configuration file in the `.github/linters` project sub folder. This is to improve
compatibility with Super-Linter(#1746, @tonyk7440)

### New linters

Expand Down

0 comments on commit 297136f

Please sign in to comment.