Skip to content

Commit

Permalink
Replace deprecated r linter function
Browse files Browse the repository at this point in the history
  • Loading branch information
bhperry committed Jul 15, 2024
1 parent 8be6c2f commit 8e24ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lint-r-examples.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
results <- lintr::lint_dir(
linters =
lintr::with_defaults(line_length_linter = lintr::line_length_linter(100)),
lintr::linters_with_defaults(line_length_linter = lintr::line_length_linter(100)),
pattern = "\\.(R|r|Rmd|rmd)$"
)

Expand Down

0 comments on commit 8e24ff5

Please sign in to comment.