Skip to content

Commit cf7792a

Browse files
committed
chore: update .lintr config
1 parent b042d33 commit cf7792a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lintr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
linters: all_linters(
2-
line_length_linter = line_length_linter(100L),
2+
line_length_linter(100L),
33
object_usage_linter = NULL,
44
todo_comment_linter = NULL,
55
strings_as_factors_linter = NULL,
6-
implicit_integer_linter = implicit_integer_linter(allow_colon = TRUE),
6+
implicit_integer_linter(allow_colon = TRUE),
77
nonportable_path_linter = NULL
88
)
99
exclusions: list(

0 commit comments

Comments
 (0)