mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 01:18:41 +07:00
Make Oauth2 rule respect case so it throws appropriate messages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
extends: existence
|
||||
message: OAuth2
|
||||
level: warning
|
||||
ignorecase: true
|
||||
ignorecase: false
|
||||
tokens:
|
||||
- '\bOauth2\b'
|
||||
- '\boauth2\b'
|
||||
|
||||
Reference in New Issue
Block a user