Skip to content

Commit

Permalink
Merge pull request #1207 from r-lib/turn-on-all-linters
Browse files Browse the repository at this point in the history
Use `all_linters()` instead of using tags
  • Loading branch information
IndrajeetPatil committed May 12, 2024
2 parents e66bcf1 + 7cd15ca commit 4f78252
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
linters: linters_with_tags(
tags = NULL,
linters: all_linters(
commented_code_linter = NULL,
cyclocomp_linter = cyclocomp_linter(40),
fixed_regex_linter = NULL,
function_argument_linter = NULL,
indentation_linter = NULL,
line_length_linter(120L),
namespace_linter = NULL,
nested_ifelse_linter = NULL,
nzchar_linter = NULL,
object_name_linter = NULL,
object_length_linter(70L),
Expand Down

0 comments on commit 4f78252

Please sign in to comment.