Skip to content

Commit 0d65706

Browse files
committed
add .lintr config
1 parent f6e4fca commit 0d65706

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lintr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ linters: with_defaults(
55
object_name_linter = object_name_linter(c("snake_case", "CamelCase")), # only allow snake case and camel case object names
66
cyclocomp_linter = NULL, # do not check function complexity
77
commented_code_linter = NULL, # allow code in comments
8-
line_length_linter = line_length_linter(100)
8+
line_length_linter = line_length_linter(120)
99
)
10+

0 commit comments

Comments
 (0)