discussion 2

This commit is contained in:
Louis Chih-Ming Lee 2026-05-14 09:15:59 +02:00
parent 7b94e4bf64
commit bce631d9e0
2 changed files with 377 additions and 23 deletions

5
.lintr Normal file
View file

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