You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* also skip slot extractions akin to dollar
* extend to the full linter suite, add tests
* simpler XPath with parent:: axis
* revert edit for assignment, add regression tests
* new test for T on RHS of @
* new regression test
* news PR
Copy file name to clipboardExpand all lines: NEWS.md
+8
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@
8
8
## New and improved features
9
9
10
10
*`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 (#2039, @MichaelChirico).
0 commit comments