You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(linter): enforce British spelling 'cancelled' over 'canceled'
Add misspell linter configuration to enforce consistent use of
'cancelled' (British spelling) across the codebase. Update all
internal code, comments, and test assertions to use 'cancelled'.
Exclude GitLab provider code and test files from this rule, as
GitLab's API requires 'canceled' (American spelling) for
compatibility.
Changes:
- Configure misspell linter in .golangci.yml
- Fix spelling in pkg/cmd/tknpac and pkg/reconciler
- Update test files to use 'cancelled'
- Add exclusions for GitLab API-related code
Signed-off-by: ab-ghosh <abghosh@redhat.com>
0 commit comments