We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e7fb8 commit 96e992eCopy full SHA for 96e992e
configs/patterns.yml
@@ -320,7 +320,7 @@ patterns:
320
[\r\n#]|['"]\s*[\r\n]|\z
321
additional_not_match:
322
# variable, process substitution
323
- - ^\$(\{[^}]+\}|\([^)]+)|[A-Za-z_]+|[0-9])$
+ - ^\$(\{[^}]+\}|\([^)]+\)|[A-Za-z_]+|[0-9])$
324
# placeholders
325
- ^(<[^>]+>|\[[^]+\]|\{[^}+\}|(your|my|the|a)_[a-z_]+|.*(passwor[t]|key|secret|token|密码).*|\.\.\.|xxx+|yyy+|zzz+|aaa+|bbb+|ccc+)$
326
# non-secret related "key" content
0 commit comments