Skip to content

Commit

Permalink
Add a few more linters to "lints changed" workflow (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Oct 8, 2022
1 parent 51b2ae5 commit bcc66c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .lintr_new
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ linters: linters_with_defaults(
expect_s4_class_linter(),
expect_true_false_linter(),
expect_type_linter(),
for_loop_index_linter(),
implicit_integer_linter(),
line_length_linter(120),
missing_argument_linter(),
nested_ifelse_linter(),
numeric_leading_zero_linter(),
paste_linter(),
redundant_equals_linter(),
redundant_ifelse_linter()
redundant_ifelse_linter(),
unnecessary_lambda_linter(),
unneeded_concatenation_linter()
)
exclusions: list(
"inst/doc/creating_linters.R" = 1,
Expand Down

0 comments on commit bcc66c0

Please sign in to comment.