We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874068e commit 690ad32Copy full SHA for 690ad32
tools/lint/r/linter.R
@@ -52,7 +52,7 @@ linters <- lintr::with_defaults( default = list(),
52
infix_spaces_linter = NULL, # lintr::infix_spaces_linter,
53
54
# Require that line length of both comments and code is less than a specified length:
55
- line_length_linter = lintr::line_length_linter( 120L ),
+ line_length_linter = lintr::line_length_linter( 200L ),
56
57
# (deprecated) Allow objects to have.multiple.dots:
58
multiple_dots_linter = NULL, # lintr::multiple_dots_linter,
0 commit comments