Skip to content

Commit

Permalink
Exclude some linters from data-raw/ (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored Sep 5, 2023
1 parent 4f2d579 commit 95ff605
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 @@ -12,5 +12,9 @@ linters: linters_with_tags(
backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion())
)
exclusions: list(
"tests/testthat.R" = list(unused_import_linter = Inf)
"tests/testthat.R" = list(unused_import_linter = Inf),
"data-raw" = list(
missing_package_linter = Inf,
namespace_linter = Inf
)
)

0 comments on commit 95ff605

Please sign in to comment.