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 c3005d4 commit 535fd8cCopy full SHA for 535fd8c
.lintr
@@ -1,11 +1,10 @@
1
linters: list(linelen=line_length_linter(80),
2
- abspathlintr=absolute_paths_linter,
3
- assignlintr=assignment_linter,
4
- notab=no_tab_linter,
5
- camellinter=camel_case_linter,
6
- snakelinter=snake_case_linter,
7
- closedcurly=closed_curly_linter,
8
- trailingwhites=trailing_whitespace_linter)
+ abspathlintr=absolute_path_linter(),
+ assignlintr=assignment_linter(),
+ notab=no_tab_linter(),
+ namelinter=object_name_linter(styles = c("snake_case", "camelCase", "symbols")),
+ brace=brace_linter(),
+ trailingwhites=trailing_whitespace_linter())
9
exclusions: list("tests/testthat.R",
10
"tests/testthat/test_knn.R",
11
"tests/testthat/test_mrw.R",
0 commit comments