This commit is contained in:
Louis Chih-Ming Lee 2026-05-20 16:54:59 +02:00
parent 1caa283058
commit cadad4a4ba
5 changed files with 7071 additions and 4344 deletions

3
.lintr
View file

@ -1,5 +1,6 @@
linters: lintr::linters_with_defaults(
object_name_linter = lintr::object_name_linter(
styles = c("snake_case", "dotted.case")
)
),
trailing_whitespace_linter = NULL
)