diff --git a/.lintr b/.lintr index 8fef58c5..916fbfb5 100644 --- a/.lintr +++ b/.lintr @@ -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") + ) )