Skip to content

Commit bc90f4f

Browse files
committed
list linters in list
1 parent 8183ef0 commit bc90f4f

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: modify_defaults(
2-
line_length_linter(160),
2+
defaults = list(line_length_linter = line_length_linter(160),
33
object_name_linter = NULL,
44
object_usage_linter = NULL,
55
cyclocomp_linter = NULL,
66
open_curly_linter = NULL,
77
closed_curly_linter = NULL,
88
object_length_linter = NULL
9-
)
9+
))

0 commit comments

Comments
 (0)