From a76faffc6239bfd4d9ae39c348c3036e0d2dac9b Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Thu, 20 Jul 2023 11:40:48 +0100 Subject: [PATCH] Turn off indentation linter --- r/.lintr | 1 + 1 file changed, 1 insertion(+) diff --git a/r/.lintr b/r/.lintr index 1bd80aff4c62..085ff4512341 100644 --- a/r/.lintr +++ b/r/.lintr @@ -15,6 +15,7 @@ license: # Licensed to the Apache Software Foundation (ASF) under one # specific language governing permissions and limitations # under the License. linters: linters_with_defaults( + indentation_linter = NULL, line_length_linter = line_length_linter(120), object_name_linter = NULL, # Even with a liberal definition of name styles, some of our names cause issues due to `.`s for s3 classes or NA in the name