From f73344432db751480ade4f5987048f669cb45ce4 Mon Sep 17 00:00:00 2001 From: freakwriter Date: Tue, 7 May 2024 10:43:25 -0400 Subject: [PATCH] Make Oauth2 rule respect case so it throws appropriate messages --- styles/n8n-styles/oauth2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/n8n-styles/oauth2.yml b/styles/n8n-styles/oauth2.yml index f4eb009e3..9bb8a401a 100644 --- a/styles/n8n-styles/oauth2.yml +++ b/styles/n8n-styles/oauth2.yml @@ -1,7 +1,7 @@ extends: existence message: OAuth2 level: warning -ignorecase: true +ignorecase: false tokens: - '\bOauth2\b' - '\boauth2\b'