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
This should only concern dollar-expressions (where SYMBOLs aren't evaluated), argument names, assignments and NSE (which would be difficult to support IINM)
No T_and_F lints should fire for
x <- list(
T = 42L,
F = 21L
)
x$F <- 42L
T <- "foo"
* Use XPath for T_and_F_symbol_linter and fix false positives
fixes#657
* fix exclusion test
* make sure range starts at original col1
* update linting behaviour for assignments
* refactor XPaths
* fix merge failure
Since a couple of days, I have started to get a new lint in my CI checks (IndrajeetPatil/statsExpressions@cc00f65#commitcomment-44804914).
But I think this is unintentional, since here
F
refers toF
-statisticThe text was updated successfully, but these errors were encountered: