Skip to content

Commit

Permalink
style: update .lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Jul 19, 2024
1 parent 7ac36b7 commit a0cbbe8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
linters: with_defaults(
linters: linters_with_defaults(
# lintr defaults: https://github.com/jimhester/lintr#available-linters
# the following setup changes/removes certain linters
assignment_linter = NULL, # do not force using <- for assignments
Expand All @@ -7,7 +7,4 @@ linters: with_defaults(
commented_code_linter = NULL, # allow code in comments
line_length_linter = line_length_linter(120)
)
exclusions: list("R/Filter.R" = 159,
"R/mlr_filters.R" = 30,
"R/zzz.R" = 10
)

0 comments on commit a0cbbe8

Please sign in to comment.