Skip to content

Commit

Permalink
chore: synced file(s) with ssi-dk/AEF-DDF
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Oct 29, 2024
1 parent c1b9a48 commit e6df090
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ linters: c(
)
)
exclude_linter: r"{^ *: *([\w, ]*)(.|$)}"
exclusions: list(
"R/0_linters.R" = list(
"nolint_position_linter" = Inf
)
exclusions: c(
list(
"R/0_linters.R" = list(
"nolint_position_linter" = Inf
)
),
if (file.exists(".lintr_exclusions.R")) {
source(".lintr_exclusions.R")$value
} else {
list()
}
)

0 comments on commit e6df090

Please sign in to comment.