diff --git a/.github/workflows/lint-changed-files.yaml b/.github/workflows/lint-changed-files.yaml index 7d52f32..94b6c7f 100644 --- a/.github/workflows/lint-changed-files.yaml +++ b/.github/workflows/lint-changed-files.yaml @@ -32,6 +32,7 @@ jobs: with: extra-packages: | any::gh + any::lifecycle any::lintr any::purrr any::cyclocomp diff --git a/.lintr b/.lintr index 848ec6f..71eaa96 100644 --- a/.lintr +++ b/.lintr @@ -1,5 +1,5 @@ linters: all_linters( - packages = "lintr", + packages = c("lifecycle", "lintr"), pipe_consistency_linter(pipe = "|>"), object_name_linter = NULL, implicit_integer_linter = NULL,