diff --git a/inst/templates/app_structure/dot.lintr b/inst/templates/app_structure/dot.lintr index a89a1290..7dff4f80 100644 --- a/inst/templates/app_structure/dot.lintr +++ b/inst/templates/app_structure/dot.lintr @@ -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()`. )