Configure Codespell to check hidden files (#4236)

pull/4239/head
Francisco 2 years ago committed by GitHub
parent e5dbc7435e
commit f7b236dca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .changeset/tender-needles-dance.md
  2. 1
      .github/workflows/checks.yml

@ -2,6 +2,6 @@
'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

@ -109,5 +109,6 @@ jobs:
- name: Run CodeSpell
uses: codespell-project/actions-codespell@v2.0
with:
check_hidden: true
check_filenames: true
skip: package-lock.json,*.pdf

Loading…
Cancel
Save