1
0
This commit is contained in:
Steven Hobs
2025-08-20 12:08:09 +08:00
commit ad8ef460d6
7 changed files with 133 additions and 0 deletions

5
.lintr Normal file
View File

@@ -0,0 +1,5 @@
linters: linters_with_defaults(
line_length_linter(120),
object_usage_linter = NULL,
commented_code_linter = NULL
)