From 95b95dba56e5111c018c2dcab3641400a919dcb3 Mon Sep 17 00:00:00 2001 From: Jack Kennedy Date: Sun, 20 Oct 2024 17:28:03 +0100 Subject: [PATCH] chore: add commented code linter ignoring end pipe to news --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index d017c606a..8b4734298 100644 --- a/NEWS.md +++ b/NEWS.md @@ -29,6 +29,7 @@ * `.lintr` configs set by option `lintr.linter_file` or environment variable `R_LINTR_LINTER_FILE` can point to subdirectories (#2512, @MichaelChirico). * `indentation_linter()` returns `ranges[1L]==1L` when the offending line has 0 spaces (#2550, @MichaelChirico). * `literal_coercion_linter()` doesn't surface a warning about NAs during coercion for code like `as.integer("a")` (#2566, @MichaelChirico). +* `commented_code_linter()` can detect commented out code ending with a pipe (#2671, @jcken95) ## Changes to default linters