We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b7ab4 commit a3d1c09Copy full SHA for a3d1c09
1 file changed
.github/workflows/codespell.yml
@@ -13,4 +13,4 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- run: pip install --user codespell
16
- - run: codespell --ignore-words-list="aks" --skip="*.sum"
+ - run: codespell --ignore-words-list="aks,referers,invokable" --skip="*.sum"
0 commit comments