Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4cf5c77

Browse files
committedAug 19, 2022
adding "ro" to the ignore_words_list (was interpreting read-only as a spelling error)
1 parent 85b073b commit 4cf5c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
check_filenames: true
1515
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh,./pkg/lib/iscsi/
16-
ignore_words_list: "AKS,aks"
16+
ignore_words_list: "AKS,aks,ro"

0 commit comments

Comments
 (0)
Please sign in to comment.