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" )