Skip to content

Commit

Permalink
Don't lint helper
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Aug 13, 2024
1 parent ed37c1f commit 8d8061d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ linters: linters_with_defaults(
object_length_linter = object_length_linter(length = 50L),
cyclocomp_linter = cyclocomp_linter(complexity_limit = 20L)
)
exclusions: list(
"tests/testthat/helper.R"
)

0 comments on commit 8d8061d

Please sign in to comment.