Skip to content

Commit

Permalink
Add more exceptions for implicit_assignment_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Dec 11, 2023
1 parent a665ef5 commit 95dba5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ linters: linters_with_tags(
object_usage_linter = NULL,
commented_code_linter = NULL,
indentation_linter = NULL,
cyclocomp_linter = NULL
cyclocomp_linter = NULL,
implicit_assignment_linter(
except = c("bquote", "expression", "expr", "quo", "quos", "quote",
"expect_message", "expect_warning")
)
)

0 comments on commit 95dba5c

Please sign in to comment.