Skip to content

Commit 4f78252

Browse files
Merge pull request #1207 from r-lib/turn-on-all-linters
Use `all_linters()` instead of using tags
2 parents e66bcf1 + 7cd15ca commit 4f78252

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.lintr

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
linters: linters_with_tags(
2-
tags = NULL,
1+
linters: all_linters(
32
commented_code_linter = NULL,
43
cyclocomp_linter = cyclocomp_linter(40),
54
fixed_regex_linter = NULL,
65
function_argument_linter = NULL,
76
indentation_linter = NULL,
87
line_length_linter(120L),
98
namespace_linter = NULL,
10-
nested_ifelse_linter = NULL,
119
nzchar_linter = NULL,
1210
object_name_linter = NULL,
1311
object_length_linter(70L),

0 commit comments

Comments
 (0)