Skip to content

Commit

Permalink
add library_call_linter = NULL to .lintr config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Feb 26, 2024
1 parent 9517559 commit 4549ff9
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,
extraction_operator_linter = NULL,
todo_comment_linter = NULL,
library_call_linter = NULL,
undesirable_function_linter(
modify_defaults(
default_undesirable_functions,
Expand Down

0 comments on commit 4549ff9

Please sign in to comment.