Skip to content

Commit

Permalink
Refresh NEWS files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2024
1 parent 44bfa7d commit c07f27c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions news-files-annotated/lintr.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
- !begin-bullet!
`linter=` argument of `Lint()`.
!end-bullet!
- !begin-bullet!
Linters `closed_curly_linter()`, `open_curly_linter()`,
`paren_brace_linter()`, and `semicolon_terminator_linter()`..
!end-bullet!
- !begin-bullet!
`with_defaults()`.
!end-bullet!
Expand Down Expand Up @@ -426,11 +422,6 @@
messages have been reviewed and updated to be more informative and
consistent.
!end-bullet!
- !begin-bullet!
All user-facing messages are now prepared using the `{cli}` package
(#2418, @IndrajeetPatil). All messages have been reviewed and
updated to be more informative and consistent.
!end-bullet!
- !begin-bullet!
File locations in lints and error messages contain clickable
hyperlinks to improve code navigation (#2645, #2588, @olivroy).
Expand Down
Binary file modified news-files/hashes.rds
Binary file not shown.
2 changes: 0 additions & 2 deletions news-files/lintr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
+ `source_file=` argument to `ids_with_token()` and `with_id()`.
+ Passing linters by name or as non-`"linter"`-classed functions.
+ `linter=` argument of `Lint()`.
+ Linters `closed_curly_linter()`, `open_curly_linter()`, `paren_brace_linter()`, and `semicolon_terminator_linter()`..
+ `with_defaults()`.
+ Linters `closed_curly_linter()`, `open_curly_linter()`, `paren_brace_linter()`, and `semicolon_terminator_linter()`.
+ Helper `with_defaults()`.
Expand Down Expand Up @@ -92,7 +91,6 @@
## Notes

* All user-facing messages (including progress bars) are now prepared using the `{cli}` package (#2418 and #2641, @IndrajeetPatil). All messages have been reviewed and updated to be more informative and consistent.
* All user-facing messages are now prepared using the `{cli}` package (#2418, @IndrajeetPatil). All messages have been reviewed and updated to be more informative and consistent.
* File locations in lints and error messages contain clickable hyperlinks to improve code navigation (#2645, #2588, @olivroy).
* {lintr} now depends on R version 4.0.0. It already does so implicitly due to recursive upstream dependencies requiring this version; we've simply made that dependency explicit and up-front (#2569, @MichaelChirico).
* Some code with parameters accepting regular expressions is less strict about whether there are capture groups (#2678, @MichaelChirico). In particular, this affects `unreachable_code_linter(allow_comment_regex=)` and `expect_lint(checks=)`.
Expand Down

0 comments on commit c07f27c

Please sign in to comment.