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.
1 parent f6e4fca commit 0d65706Copy full SHA for 0d65706
.lintr
@@ -5,5 +5,6 @@ linters: with_defaults(
5
object_name_linter = object_name_linter(c("snake_case", "CamelCase")), # only allow snake case and camel case object names
6
cyclocomp_linter = NULL, # do not check function complexity
7
commented_code_linter = NULL, # allow code in comments
8
- line_length_linter = line_length_linter(100)
+ line_length_linter = line_length_linter(120)
9
)
10
+
0 commit comments