Skip to content

Commit

Permalink
Change .lintr and DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecnama committed Nov 30, 2024
1 parent 31f328e commit 17e4abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
linters: linters_with_defaults(
line_length_linter = NULL,
commented_code_linter = NULL,
indentation_linter = indentation_linter(4L)
indentation_linter = indentation_linter(4L),
object_name_linter = object_name_linter(styles = c("snake_case", "symbols", "SNAKE_CASE"))
) # see vignette("lintr")
encoding: "UTF-8"

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/edition: 3

0 comments on commit 17e4abf

Please sign in to comment.