Skip to content

Commit

Permalink
Merge pull request #130 from sbfnk/fix-precommit
Browse files Browse the repository at this point in the history
update .lintr
  • Loading branch information
lorenzwalthert committed Feb 21, 2024
2 parents 6cbc622 + 18dcb2a commit 80c020b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
linters: with_defaults(line_length_linter(120),
open_curly_linter = NULL, # clashes with {styler}
object_usage_linter = NULL) # too many false positives
linters: linters_with_defaults(
line_length_linter(120),
brace_linter = NULL, # clashes with {styler}
indentation_linter = NULL,
object_usage_linter = NULL # too many false positives
)
exclusions: list("inst/script.R","R/zzz.R"=1)

0 comments on commit 80c020b

Please sign in to comment.