Skip to content

Commit 3fe88ee

Browse files
committed
Update R linter
1 parent b21968f commit 3fe88ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/lint/r/linter.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ if ( n == 0 ) {
3939
}
4040

4141
# Specify which linters to use...
42-
linters <- lintr::with_defaults( default = list(),
42+
linters <- lintr::linters_with_defaults( default = list(),
4343
# Check that no absolute paths are used:
44-
absolute_paths_linter = lintr::absolute_paths_linter,
44+
absolute_path_linter = lintr::absolute_path_linter,
4545

4646
# Always use `<-` for assignment:
4747
assignment_linter = lintr::assignment_linter,

0 commit comments

Comments
 (0)