mirror of https://github.com/status-im/evmc.git
CI: Tweak codespell
- Do not explicitly skip .git dir, all . files are ignored by default. - Set quiet level mask to 4 to ignore misspells that are disabled for automatic correction. In this case we want to allow "uint".
This commit is contained in:
parent
a43a93f4ec
commit
99c7cbfa9f
|
@ -16,7 +16,7 @@ jobs:
|
|||
command: |
|
||||
sudo pip3 install --upgrade pip setuptools
|
||||
sudo pip3 install codespell
|
||||
codespell --skip=".git" --ignore-words=./.codespell-whitelist
|
||||
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist
|
||||
|
||||
build: &build
|
||||
docker:
|
||||
|
|
Loading…
Reference in New Issue