Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Nov 11, 2023
1 parent d2f1f88 commit a66a086
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .lintr
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit a66a086

Please sign in to comment.