mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Add pattern for hex colors
This commit is contained in:
parent
50053383e0
commit
5147b5a8ad
1 changed files with 2 additions and 0 deletions
2
.github/actions/spelling/patterns.txt
vendored
2
.github/actions/spelling/patterns.txt
vendored
|
@ -3,3 +3,5 @@ https?:\S*
|
|||
([A-Za-z])\1{3,}
|
||||
# Any CLI args (-xzf -aef)
|
||||
\ -\w+\b
|
||||
# Hex colors (dummy group to not be treated as comment)
|
||||
(#)([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})
|
||||
|
|
Loading…
Reference in a new issue