This commit is contained in:
2022-09-03 01:08:26 -07:00
commit e79fd84b94
4 changed files with 34 additions and 0 deletions

6
.lintr Normal file
View File

@@ -0,0 +1,6 @@
linters: lintr::linters_with_defaults(
line_length_linter(120),
commented_code_linter = NULL,
trailing_whitespace_linter = NULL
)