Skip to content

Commit

Permalink
Update .lintr (#174)
Browse files Browse the repository at this point in the history
Lintr feilet med følgende feilmelding: "Function with_defaults was deprecated in lintr version 3.0.0. Use linters_with_defaults or modify_defaults instead."
  • Loading branch information
arnfinn authored Nov 30, 2023
1 parent 1560afd commit c8fe1fe
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,4 +1,4 @@
linters: with_defaults(
linters: linters_with_defaults(
object_name_linter(c("camelCase", "snake_case")),
cyclocomp_linter(complexity_limit = 35),
line_length_linter(80))

0 comments on commit c8fe1fe

Please sign in to comment.