Skip to content

Commit

Permalink
Merge pull request #2796 from didier-wenzek/ci/fix-false-negative-typos
Browse files Browse the repository at this point in the history
Fix false negative typos: ignoring hexa literals
  • Loading branch information
didier-wenzek authored Mar 25, 2024
2 parents dabb15e + 3483c99 commit 6a1e348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Packagecloud = "Packagecloud"
Gemfury = "Gemfury"
JFrog = "JFrog"

[default]
extend-ignore-identifiers-re = [
# ignore hexa data samples
"[0-9a-fA-F][0-9a-fA-F]"
]

[files]
extend-exclude = [
"**certificate.txt",
Expand Down

0 comments on commit 6a1e348

Please sign in to comment.