Skip to content

Commit 690ad32

Browse files
committed
Increase allowed line length
1 parent 874068e commit 690ad32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lint/r/linter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ linters <- lintr::with_defaults( default = list(),
5252
infix_spaces_linter = NULL, # lintr::infix_spaces_linter,
5353

5454
# Require that line length of both comments and code is less than a specified length:
55-
line_length_linter = lintr::line_length_linter( 120L ),
55+
line_length_linter = lintr::line_length_linter( 200L ),
5656

5757
# (deprecated) Allow objects to have.multiple.dots:
5858
multiple_dots_linter = NULL, # lintr::multiple_dots_linter,

0 commit comments

Comments
 (0)