Skip to content

Commit

Permalink
Merge pull request #201 from MichaelChirico/patch-1
Browse files Browse the repository at this point in the history
Use linters_with_defaults() over deprecated with_defaults()
  • Loading branch information
manciniedoardo authored Oct 25, 2023
2 parents d8f88fd + cfbb49f commit 97593e7
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 97593e7

Please sign in to comment.