From fa7d53f6bb17156ce69494ae5d3d2097fe2af579 Mon Sep 17 00:00:00 2001 From: Rodrigo Basa Date: Thu, 11 Jan 2024 17:03:59 +0800 Subject: [PATCH] update .lintr template --- inst/templates/app_structure/dot.lintr | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/templates/app_structure/dot.lintr b/inst/templates/app_structure/dot.lintr index 63fade9a..418d0c59 100644 --- a/inst/templates/app_structure/dot.lintr +++ b/inst/templates/app_structure/dot.lintr @@ -1,5 +1,6 @@ linters: linters_with_defaults( line_length_linter = line_length_linter(100), + box_func_import_count_linter = rhino::box_func_import_count_linter(), object_usage_linter = NULL # Does not work with `box::use()`. )