Skip to content

Commit

Permalink
Add implicit_assignment_linter() to config file (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Dec 9, 2022
1 parent 021902d commit 42b31ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .lintr_new
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ linters: linters_with_defaults(
expect_true_false_linter(),
expect_type_linter(),
for_loop_index_linter(),
implicit_assignment_linter(),
implicit_integer_linter(),
line_length_linter(120),
missing_argument_linter(),
Expand Down

0 comments on commit 42b31ae

Please sign in to comment.