Skip to content

Commit

Permalink
move NEWS item about sarif_output() to the correct release (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Sep 16, 2022
1 parent 1f92701 commit a32e85e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@

* New `allow_trailing` argument added to `assignment_linter()` to check when assignment operators are at the
end of a line, and the value is on the following line (#1491, @ashbaldry)


* New `sarif_output()` function to output lints to SARIF output (#1424, @shaopeng-gh)

## New features

* `commented_code_linter()` now lints commented argument code, containing a trailing comma, as well (#386, @AshesITR).
Expand Down Expand Up @@ -345,7 +347,6 @@ of general interest to the broader R community. More will be included in future
+ Added the linter name to lintrs output to facilitate discovery of the correct name (#1357, @AshesITR).
* Improved S3 generic detection for non-standard S3 generics where `UseMethod()` is called after several
preceding expressions (#846, @jonkeane).
* New `sarif_output()` function to output lints to SARIF output (#1424, @shaopeng-gh)
* `extraction_operator_linter()`: no longer lint `x[NULL]` (#1273, @AshesITR).
* `is_lint_level()`: new exported helper for readably explaining which type of expression is required for a custom
linter. Some linters are written to require the full file's parse tree (for example, `single_quotes_linter()`).
Expand Down

0 comments on commit a32e85e

Please sign in to comment.