Skip to content

Commit 4cf5481

Browse files
authored
adj lint.yml due to deprecation re: linters_with_defaults()
1 parent 68cd7ff commit 4cf5481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
R -e 'library(lintr)
2222
lint_dir(
23-
linters = with_defaults(
23+
linters = linters_with_defaults(
2424
line_length_linter = line_length_linter(80),
2525
object_name_linter = object_name_linter(styles = c("snake_case", "camelCase")),
2626
assignment_linter = assignment_linter(),

0 commit comments

Comments
 (0)