Skip to content

Commit

Permalink
Ignore scripts in codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed May 15, 2024
1 parent cb74f56 commit 685545c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[codespell]
skip = .git,./src,./node_modules,*.js,*.json,./build,./.github,yarn.lock
skip = .git,./src,./node_modules,*.js,*.json,./build,./.github,yarn.lock,./scripts
check-filenames = true
ignore-words-list = aks,ec2,eks,gce,gcp,ro,shouldnot,pullrequest,readd
2 changes: 1 addition & 1 deletion scripts/kubebench-to-markdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ echo "$clean" | jq -c '.Controls[].tests[].results[]' | while read -r result; do
echo
;;
WARN)
# fix html special characters and mispellings
# fix html special characters and misspellings
remediation=${remediation//</&lt;}
remediation=${remediation//>/&gt;}
remediation=${remediation/capabilites/capabilities}
Expand Down

0 comments on commit 685545c

Please sign in to comment.