Skip to content

Commit

Permalink
Update lintr to ignore files based on vignettes (these always result …
Browse files Browse the repository at this point in the history
…in complaints)
  • Loading branch information
nikosbosse committed Nov 28, 2023
1 parent b778f8a commit a83add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ linters: linters_with_tags(
exclusions: c(
list.files("tests", recursive = TRUE, full.names = TRUE),
list.files("inst", recursive = TRUE, full.names = TRUE),
"vignettes/metric-details.Rmd"
list.files("vignettes", pattern = ".R$", full.names = TRUE)
)
exclude: "# nolint"

0 comments on commit a83add6

Please sign in to comment.