diff --git a/.lintr b/.lintr index c2e2122..820dbf7 100644 --- a/.lintr +++ b/.lintr @@ -1,3 +1,5 @@ -linters: linters_with_defaults() # see vignette("lintr") +linters: linters_with_defaults( + indentation_linter = NULL + ) encoding: "UTF-8" exclusions: list("tests/spelling.R")