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