From a66a086dfc930ec4d667247b0b13d90562ab4169 Mon Sep 17 00:00:00 2001 From: Daniel Roelfs Date: Sat, 11 Nov 2023 08:30:08 +0100 Subject: [PATCH] update settings --- .lintr | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.lintr b/.lintr index f48a503..a9aeb78 100644 --- a/.lintr +++ b/.lintr @@ -1,11 +1,9 @@ linters: linters_with_defaults( line_length_linter(120), - indentation_linter(indent = 4L), + indentation_linter(indent = 2L), commented_code_linter = NULL ) exclusions: list( - "content/blog/2021-easy-map-norway/save_splmaps_data.R", - "content/blog/2022-dutch-performance-olympic-speed-skating/index.qmd", - "content/blog/2023-sunrise-sunset-differences/index.qmd", - "renv/" + "renv/", + "content/blog/2021-easy-map-norway/save_splmaps_data.R" )