File: lintr_test_config.R

package info (click to toggle)
r-cran-lintr 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,396 kB
  • sloc: sh: 13; xml: 10; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
linters <- linters_with_defaults(
  any_duplicated_linter(),
  assignment_linter = NULL
)
exclude <- "# NOLINT"
exclusions <- list("tests/testthat.R")