discussion 2
This commit is contained in:
parent
7b94e4bf64
commit
bce631d9e0
2 changed files with 377 additions and 23 deletions
5
.lintr
Normal file
5
.lintr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
linters: lintr::linters_with_defaults(
|
||||
object_name_linter = lintr::object_name_linter(
|
||||
styles = c("snake_case", "dotted.case")
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue