Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Oct 11, 2023
1 parent dceed5e commit cd8c4e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ styler::style_pkg(
)

lintr::lint_package(linters = linters_with_defaults(
line_length_linter = line_length_linter(1000))
line_length_linter = line_length_linter(1000),
object_name_linter = object_name_linter(regexes = ".*"))
)

lintr::lint_package()

devtools::test()
Expand Down

0 comments on commit cd8c4e9

Please sign in to comment.