Skip to content

Commit

Permalink
Ignore data-raw (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersAskeland committed Jul 29, 2024
1 parent ac2df62 commit 879980c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
^staged_dependencies.yaml$
^README.Rmd$
^\.devcontainer$
^data-raw$
3 changes: 2 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ linters: linters_with_defaults(
exclusions: list(
"R/data.R" = Inf,
"inst" = list(undesirable_function_linter = Inf),
"vignettes" = list(undesirable_function_linter = Inf)
"vignettes" = list(undesirable_function_linter = Inf),
"data-raw" = list(undesirable_function_linter = Inf)
)

0 comments on commit 879980c

Please sign in to comment.