From 8a5e4b58328f0e0102f74caf49a4e2e5d81d0ee8 Mon Sep 17 00:00:00 2001 From: Luis Mayta Date: Sun, 10 Nov 2024 22:28:45 -0300 Subject: [PATCH] feat(core): move codespell ignores to ci linters (#66) --- .codespell-ignores => .ci/linters/.codespell-ignores | 0 .pre-commit-config.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .codespell-ignores => .ci/linters/.codespell-ignores (100%) diff --git a/.codespell-ignores b/.ci/linters/.codespell-ignores similarity index 100% rename from .codespell-ignores rename to .ci/linters/.codespell-ignores diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f207cfd..bdf3c52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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\/.*$| @@ -93,4 +93,4 @@ repos: - --verbose - id: hadolint args: - - --config=.ci/linters/.hadolint.yaml + - --config=.ci/linters/.hadolint.yaml \ No newline at end of file