Skip to content

Commit 6ad3098

Browse files
lint: add codespell configuration for super-linter
Add .codespellrc to configure codespell when run by super-linter. This ignores valid identifiers (NotIn, AfterAll) used in Kubernetes API expressions and Ginkgo test framework, and OLL which appears in SVG files. Also skip vendor directories and SVG files. Signed-off-by: Praveen M <m.praveen@ibm.com> Assisted-by: Claude <noreply@anthropic.com>
1 parent dc640f0 commit 6ad3098

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.codespellrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[codespell]
2+
ignore-words-list = NotIn,AfterAll,OLL
3+
skip = .git,go.mod,go.sum,vendor,*.svg

0 commit comments

Comments
 (0)