diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95d9ad186f..90c254a23c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: run: cargo run -p ci -- lints miri: - # Explicity use macOS 14 to take advantage of M1 chip. + # Explicitly use macOS 14 to take advantage of M1 chip. runs-on: macos-14 timeout-minutes: 60 steps: @@ -254,7 +254,7 @@ jobs: echo 'You can find the extension here: https://marketplace.visualstudio.com/items?itemName=tekumara.typos-vscode' run-examples-macos-metal: - # Explicity use macOS 14 to take advantage of M1 chip. + # Explicitly use macOS 14 to take advantage of M1 chip. runs-on: macos-14 timeout-minutes: 30 steps: diff --git a/typos.toml b/typos.toml index 89ebdedcb8..2196d806ad 100644 --- a/typos.toml +++ b/typos.toml @@ -3,7 +3,9 @@ extend-exclude = [ "*.pbxproj", # metadata file "*.patch", # Automatically generated files that should not be manually modified. "*.bin", # Binary files + ".git/", # Version control files ] +ignore-hidden = false # Corrections take the form of a key/value pair. The key is the incorrect word # and the value is the correct word. If the key and value are the same, the