From 7f45a9c030d5599e9894e82366c57c41137afee3 Mon Sep 17 00:00:00 2001 From: Rodrigo Basa Date: Fri, 12 Jan 2024 16:14:22 +0800 Subject: [PATCH] skip lint for shiny[] call --- tests/e2e/app-files/hello.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/app-files/hello.R b/tests/e2e/app-files/hello.R index 19023488..efc9f199 100644 --- a/tests/e2e/app-files/hello.R +++ b/tests/e2e/app-files/hello.R @@ -11,7 +11,7 @@ box::use( tags, textInput, textOutput - ], + ], # nolint ) box::use(app/logic/say_hello[say_hello])