Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/linters/.codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://github.com/super-linter/super-linter/blob/main/TEMPLATES/.codespellrc
[codespell]
check-hidden =
skip = */package-lock.json,*/go.mod,*/go.sum,*.log,.git,share/man
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
ref: ${{ job.workflow_sha }}
path: .github/workflows/${{ job.workflow_repository }}
persist-credentials: false
- run: pwd && ls -al ${{ github.workspace }}/.github/workflows/${{ job.workflow_repository }}/.github/linters/.codespellrc
- uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -55,7 +56,7 @@ jobs:
VALIDATE_GIT_COMMITLINT: false # commitlint is bad
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false # too prone to false-positives
VALIDATE_SPELL_CODESPELL: false # TODO
SPELL_CODESPELL_CONFIG_FILE: ${{ github.workspace }}/.github/workflows/${{ job.workflow_repository }}/.github/linters/.codespellrc

dependency-review:
if: startsWith('pull_request', github.event_name)
Expand Down