From 8f7ea02ebb8c0ae9e2e8cecfb072f0958210c8df Mon Sep 17 00:00:00 2001 From: Jordan Mark Barbone Date: Thu, 17 Aug 2023 23:02:09 -0400 Subject: [PATCH] ignore indentation linter (#67) --- .lintr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")