Skip to content

Commit

Permalink
Silence missing package linter
Browse files Browse the repository at this point in the history
since it'll be picked up when rendering anyways
  • Loading branch information
Bisaloo committed Dec 20, 2023
1 parent 0f5fdcd commit 330c63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linters: all_linters(
implicit_integer_linter = NULL,
brace_linter = NULL,
extraction_operator_linter = NULL,
missing_package_linter = NULL,
undesirable_function_linter(
modify_defaults(
default_undesirable_functions,
Expand Down

0 comments on commit 330c63b

Please sign in to comment.