We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e66bcf1 + 7cd15ca commit 4f78252Copy full SHA for 4f78252
.lintr
@@ -1,13 +1,11 @@
1
-linters: linters_with_tags(
2
- tags = NULL,
+linters: all_linters(
3
commented_code_linter = NULL,
4
cyclocomp_linter = cyclocomp_linter(40),
5
fixed_regex_linter = NULL,
6
function_argument_linter = NULL,
7
indentation_linter = NULL,
8
line_length_linter(120L),
9
namespace_linter = NULL,
10
- nested_ifelse_linter = NULL,
11
nzchar_linter = NULL,
12
object_name_linter = NULL,
13
object_length_linter(70L),
0 commit comments