Skip to content

Commit

Permalink
Merge pull request #160 from ssi-dk/repo-sync/AEF-DDF/default
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte authored Oct 29, 2024
2 parents c1b9a48 + e6df090 commit 17eac4b
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 17eac4b

Please sign in to comment.