Skip to content

Commit

Permalink
namespace box_universal_import_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Jan 11, 2024
1 parent 5b35886 commit da72729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/app_structure/dot.lintr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
linters:
linters_with_defaults(
line_length_linter = line_length_linter(100),
box_universal_import_linter = box_universal_import_linter(),
box_universal_import_linter = rhino::box_universal_import_linter(),
object_usage_linter = NULL # Does not work with `box::use()`.
)

0 comments on commit da72729

Please sign in to comment.