From e9ae5852b5a1ce12f71871c0ab2664d486269b3a Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sun, 14 Jan 2024 15:55:03 +0100 Subject: [PATCH] ignore sticker script in lintr config --- .lintr | 1 + 1 file changed, 1 insertion(+) diff --git a/.lintr b/.lintr index e9b2a3cb0..613497784 100644 --- a/.lintr +++ b/.lintr @@ -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",