Skip to content

Commit

Permalink
feat(core): move codespell ignores to ci linters (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Nov 11, 2024
1 parent d156b8f commit 8a5e4b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
rev: v2.2.5
hooks:
- id: codespell
args: [--ignore-words=.codespell-ignores]
args: [--ignore-words=.ci/linters/.codespell-ignores]
exclude: >
(?x)^(
.+\.vendor\/.*$|
Expand Down Expand Up @@ -93,4 +93,4 @@ repos:
- --verbose
- id: hadolint
args:
- --config=.ci/linters/.hadolint.yaml
- --config=.ci/linters/.hadolint.yaml

0 comments on commit 8a5e4b5

Please sign in to comment.