We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b042d33 commit cf7792aCopy full SHA for cf7792a
.lintr
@@ -1,9 +1,9 @@
1
linters: all_linters(
2
- line_length_linter = line_length_linter(100L),
+ line_length_linter(100L),
3
object_usage_linter = NULL,
4
todo_comment_linter = NULL,
5
strings_as_factors_linter = NULL,
6
- implicit_integer_linter = implicit_integer_linter(allow_colon = TRUE),
+ implicit_integer_linter(allow_colon = TRUE),
7
nonportable_path_linter = NULL
8
)
9
exclusions: list(
0 commit comments