mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
ci: configure 'typos' to tolerate all 8-12 character hex identifiers
Previously we tolerated only 10 character hex identifiers as commit references, but they are typically anywhere from 8 to 12 characters.
This commit is contained in:
@@ -18,7 +18,7 @@ locale = "en-us"
|
||||
# `extend-ignore-identifiers-re` to this section,
|
||||
# please also modify the `.gitlab/ci/typos.bash`
|
||||
# script accordingly.
|
||||
#extend-ignore-identifiers-re=["\\b[0-9a-f]{10}\\b"]
|
||||
#extend-ignore-identifiers-re=["\\b[0-9a-f]{8,12}\\b"]
|
||||
|
||||
# Add repo-wide false positives here in the form of `word = "word"`.
|
||||
# Check the manual for details.
|
||||
|
||||
Reference in New Issue
Block a user