Skip to content

Commit c09d105

Browse files
news PR
1 parent 58800bf commit c09d105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## New and improved features
99

1010
* `library_call_linter()` can detect if all library calls are not at the top of your script (#2027, @nicholas-masel).
11-
* Several linters avoiding false positives in `$` extractions get the same exceptions for `@` extractions, e.g. `S4@T` will no longer throw a `T_and_F_symbol_linter()` hit (@MichaelChirico).
11+
* Several linters avoiding false positives in `$` extractions get the same exceptions for `@` extractions, e.g. `S4@T` will no longer throw a `T_and_F_symbol_linter()` hit (#2039, @MichaelChirico).
1212
+ `T_and_F_symbol_linter()`
1313
+ `for_loop_index_linter()`
1414
+ `literal_coercion_linter()`

0 commit comments

Comments
 (0)