diff --git a/.lintr b/.lintr index f6507ad..d372758 100644 --- a/.lintr +++ b/.lintr @@ -1,5 +1,6 @@ linters: linters_with_defaults( object_name_linter = NULL, + indentation_linter = NULL, cyclocomp_linter = NULL, line_length_linter = line_length_linter(length = 120L) )