Skip to content

Commit 33cb6b5

Browse files
disable assignment linter for now
1 parent 670dc71 commit 33cb6b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.lintr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
linters: all_linters(
22
# TODO(michaelchirico): switch to '='.
33
# assignment_linter('='),
4+
assignment_linter = NULL,
45
implicit_assignment_linter(allow_lazy = TRUE, allow_scoped = TRUE),
56
implicit_integer_linter(allow_colon = TRUE),
67
infix_spaces_linter(exclude_operators = c("=", "*", "/")),

0 commit comments

Comments
 (0)