Skip to content

Commit

Permalink
add NEWS (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshesITR authored Oct 15, 2022
1 parent 7a953f5 commit 61cdce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
* `unneeded_concatenation_linter()` no longer lints on `c(...)` (i.e., passing `...` in a function call)
when `allow_single_expression = FALSE` (#1696, @MichaelChirico)

* `object_name_linter()` gains parameter `regexes` to allow custom naming conventions (#822, #1421, @AshesITR)

### New linters

* `unnecessary_lambda_linter()`: detect unnecessary lambdas (anonymous functions), e.g.
Expand Down

0 comments on commit 61cdce8

Please sign in to comment.