Skip to content

Commit

Permalink
ignore sticker script in lintr config
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 14, 2024
1 parent e726c16 commit e9ae585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ linters: all_linters(
exclusions: list(
"inst/doc/creating_linters.R" = 1,
"inst/example/bad.R",
"inst/hextools/hexsticker.R",
"tests/testthat.R" = list(unused_import_linter = Inf),
"tests/testthat/default_linter_testcode.R",
"tests/testthat/dummy_packages",
Expand Down

0 comments on commit e9ae585

Please sign in to comment.