Skip to content

Commit

Permalink
Use linters_with_defaults() over deprecated with_defaults()
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Oct 3, 2023
1 parent 921d7bf commit c0f98e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
linters: with_defaults(line_length_linter(100), object_usage_linter=NULL, cyclocomp_linter(complexity_limit = 20))
linters: linters_with_defaults(line_length_linter(100), object_usage_linter=NULL, cyclocomp_linter(complexity_limit = 20))
exclusions: list("R/data.R")

0 comments on commit c0f98e9

Please sign in to comment.