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
One linter for #884 looks for dplyr::filter(x, A && B) and recommends dplyr::filter(x, A, B).
Should this be a new linter (we call it filter_and_condition_linter(), but I think conjunct_filter_linter() would fit the {lintr} style better), or be subsumed as part of the existing conjunct_test_linter()?
The text was updated successfully, but these errors were encountered:
One linter for #884 looks for
dplyr::filter(x, A && B)
and recommendsdplyr::filter(x, A, B)
.Should this be a new linter (we call it
filter_and_condition_linter()
, but I thinkconjunct_filter_linter()
would fit the {lintr} style better), or be subsumed as part of the existingconjunct_test_linter()
?The text was updated successfully, but these errors were encountered: