Skip to content

Commit 3af2c2a

Browse files
Still need to actively remove the default linter
1 parent 9165924 commit 3af2c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/.lintr.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ linters = c(dt_linters, all_linters(
2828
undesirable_operator_linter(),
2929
# TODO(lintr#2765): Use upstream implementation.
3030
# assignment_linter(operator = "="),
31+
assignment_linter = NULL,
3132
absolute_path_linter = NULL, # too many false positives
3233
# TODO(lintr#2442): Use this once x[ , j, by] is supported.
3334
commas_linter = NULL,

0 commit comments

Comments
 (0)