Skip to content

Commit

Permalink
fix: fixing codespell errors
Browse files Browse the repository at this point in the history
fix: fixing codespell errors
  • Loading branch information
umagnus committed Aug 19, 2022
1 parent acc8924 commit cbf670a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
check_filenames: true
skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh,./pkg/lib/iscsi/
ignore_words_list: "AKS,aks"
ignore_words_list: "AKS,aks,ro"
2 changes: 1 addition & 1 deletion pkg/blob/blob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ func TestSetKeyValueInMap(t *testing.T) {
expected: map[string]string{"subDir": "value"},
},
{
desc: "case insentive key already exists",
desc: "case insensitive key already exists",
m: map[string]string{"subDir": "value2"},
key: "subdir",
value: "value",
Expand Down

0 comments on commit cbf670a

Please sign in to comment.