From f037b6573925e9550937260ad51ac42260105792 Mon Sep 17 00:00:00 2001 From: Cyb3r-Jak3 Date: Tue, 25 Apr 2023 21:43:12 -0400 Subject: [PATCH] Ignore context pass for building Turnstile widgets from Model --- .golintci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golintci.yml b/.golintci.yml index 680d46edab..61563e329a 100644 --- a/.golintci.yml +++ b/.golintci.yml @@ -13,6 +13,7 @@ issues: - "Function `toRuleset->toRulesetRule->StringSet` should pass the context parameter" - "Function `toRulesetResourceModel` should pass the context parameter" - "Function `remapPreservedRuleIDs->toRuleset->toRulesetRule->StringSet` should pass the context parameter" + - "Function `buildChallengeWidgetFromModel->StringSet` should pass the context parameter" linters: disable-all: true