mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
use non capturing group for hex regex
This commit is contained in:
parent
5147b5a8ad
commit
bfaad59af0
1 changed files with 1 additions and 1 deletions
2
.github/actions/spelling/patterns.txt
vendored
2
.github/actions/spelling/patterns.txt
vendored
|
@ -4,4 +4,4 @@ https?:\S*
|
||||||
# Any CLI args (-xzf -aef)
|
# Any CLI args (-xzf -aef)
|
||||||
\ -\w+\b
|
\ -\w+\b
|
||||||
# Hex colors (dummy group to not be treated as comment)
|
# Hex colors (dummy group to not be treated as comment)
|
||||||
(#)([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})
|
(?:#)([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})
|
||||||
|
|
Loading…
Reference in a new issue