We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21968f commit 3fe88eeCopy full SHA for 3fe88ee
tools/lint/r/linter.R
@@ -39,9 +39,9 @@ if ( n == 0 ) {
39
}
40
41
# Specify which linters to use...
42
-linters <- lintr::with_defaults( default = list(),
+linters <- lintr::linters_with_defaults( default = list(),
43
# Check that no absolute paths are used:
44
- absolute_paths_linter = lintr::absolute_paths_linter,
+ absolute_path_linter = lintr::absolute_path_linter,
45
46
# Always use `<-` for assignment:
47
assignment_linter = lintr::assignment_linter,
0 commit comments