Relocate project dir and relax linter

This commit is contained in:
2024-09-10 13:51:52 -04:00
parent 8ebb6ad265
commit 01752d20e3
2 changed files with 6 additions and 6 deletions

View File

@@ -4,6 +4,6 @@ linters: linters_with_defaults(
commented_code_linter = NULL,
trailing_whitespace_linter(allow_empty_lines = TRUE),
indentation_linter = NULL,
line_length_linter = line_length_linter(140)
line_length_linter = line_length_linter(145)
)
encoding: "UTF-8"