Configure Codespell to check hidden files (#4236)
This commit is contained in:
@ -2,6 +2,6 @@
|
|||||||
'openzeppelin-solidity': minor
|
'openzeppelin-solidity': minor
|
||||||
---
|
---
|
||||||
|
|
||||||
`ERC20Wrapper`: self wrapping and deposit by the wrapper itself are now explicitelly forbiden.
|
`ERC20Wrapper`: self wrapping and deposit by the wrapper itself are now explicitly forbidden.
|
||||||
|
|
||||||
commit: 3214f6c25
|
commit: 3214f6c25
|
||||||
|
|||||||
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@ -109,5 +109,6 @@ jobs:
|
|||||||
- name: Run CodeSpell
|
- name: Run CodeSpell
|
||||||
uses: codespell-project/actions-codespell@v2.0
|
uses: codespell-project/actions-codespell@v2.0
|
||||||
with:
|
with:
|
||||||
|
check_hidden: true
|
||||||
check_filenames: true
|
check_filenames: true
|
||||||
skip: package-lock.json,*.pdf
|
skip: package-lock.json,*.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user