Skip to content

Commit

Permalink
Disable some linters in data-raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Sep 5, 2023
1 parent 1d7fc5f commit c12d690
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ linters: linters_with_tags(
# Use minimum R declared in DESCRIPTION or fall back to current R version
backport_linter(if (length(x <- etdev::extract_min_r_version())) x else getRversion())
)
exclusions: list(
"tests/testthat.R" = list(unused_import_linter = Inf),
"data-raw" = list(
missing_package_linter = Inf,
namespace_linter = Inf
)
)

0 comments on commit c12d690

Please sign in to comment.