Skip to content

Commit

Permalink
update lintr file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse authored and seabbs committed Mar 18, 2024
1 parent dd700bf commit a8ea4b5
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 @@ -12,6 +12,6 @@ exclusions: c(
list.files("tests", recursive = TRUE, full.names = TRUE),
list.files("inst", recursive = TRUE, full.names = TRUE),
list.files("vignettes", pattern = ".R$", full.names = TRUE),
"vignettes/Visualisations.Rmd"
"vignettes/Deprecated-visualisations.Rmd"
)
exclude: "# nolint"

0 comments on commit a8ea4b5

Please sign in to comment.