ci: Upgrade typos

This commit is contained in:
Jonas Platte 2023-07-05 11:26:48 +02:00 committed by Jonas Platte
parent 96ef45afe8
commit b9f98846c8
2 changed files with 4 additions and 1 deletions

View File

@ -345,7 +345,7 @@ jobs:
uses: actions/checkout@v3
- name: Check the spelling of the files in our repo
uses: crate-ci/typos@v1.15.0
uses: crate-ci/typos@v1.15.10
clippy:
name: Run clippy

View File

@ -13,6 +13,9 @@ extend-ignore-re = [
"\\b[a-z0-9+/=][A-Za-z0-9+/=]{7,}[a-z0-9+/=][A-Z]\\b",
]
[default.extend-identifiers]
WeeChat = "WeeChat"
[files]
# Our json files contain a bunch of base64 encoded ed25519 keys which aren't
# automatically ignored, we ignore them here.