Skip to content

Commit

Permalink
Add PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Oct 15, 2023
1 parent 17f3275 commit 67b1c38
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 @@ -20,7 +20,7 @@
* `object_name_linter()` no longer attempts to lint strings in function calls on the LHS of assignments (#1466, @MichaelChirico).
* `infix_spaces_linter()` allows finer control for linting `=` in different scenarios using parse tags `EQ_ASSIGN`, `EQ_SUB`, and `EQ_FORMALS` (#1977, @MichaelChirico).
* `equals_na_linter()` checks for `x %in% NA`, which is a more convoluted form of `is.na(x)` (#2088, @MichaelChirico).
* `brace_linter()` does not require functions spanning multiple lines to be wrapped in curly braces anymore if `require_multi_line = FALSE` (#1807, #?, @salim-b).
* `brace_linter()` does not require functions spanning multiple lines to be wrapped in curly braces anymore if `require_multi_line = FALSE` (#1807, #2240, @salim-b).

## New and improved features

Expand Down

0 comments on commit 67b1c38

Please sign in to comment.