Skip to content

Commit

Permalink
Merge pull request #14266 from subhamkrai/fix-codespell
Browse files Browse the repository at this point in the history
ci: fix codespell ci by skipping some words
  • Loading branch information
subhamkrai committed May 27, 2024
2 parents a138a38 + 85c25bb commit 53be5ce
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# parm: modinfo parameter
# assigment: inherited from K8s TopologySpreadConstraints dependency
# ro, RO: means read-only
ignore_words_list: aks,keyserver,atleast,ser,ist,ba,iam,te,parm,assigment,ro,RO
ignore_words_list: aks,keyserver,atleast,ser,ist,ba,iam,te,parm,assigment,ro,RO,addin,NotIn
check_filenames: true
check_hidden: true
misspell:
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/ceph/pool/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func TestCephBlockPoolController(t *testing.T) {
err := r.client.Update(context.TODO(), pool)
assert.NoError(t, err)
res, err := r.Reconcile(ctx, req)
// assert reconcile failure because peer token secert was not created
// assert reconcile failure because peer token secret was not created
assert.NoError(t, err)
assert.True(t, res.Requeue)
})
Expand Down

0 comments on commit 53be5ce

Please sign in to comment.