Browse Source

verification: don't check .png files for typos

merge-requests/1579/merge
Alexandre Franke 2 years ago
parent
commit
3c4a90ec8c
  1. 4
      .typos.toml

4
.typos.toml

@ -9,3 +9,7 @@ check-file = false
[type.json]
extend-glob = ["*.json"]
check-file = false
[type.png]
extend-glob = ["*.png"]
check-file = false

Loading…
Cancel
Save