Skip to content

Commit

Permalink
chore: ignore uds-docs on linting
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Jan 15, 2025
1 parent 801c39a commit 4321268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lint Codespell configurations
[codespell]
skip = .codespellrc,.git,node_modules,build,dist,*.zst,CHANGELOG.md,.playwright,.terraform,*.svg,**/pepr/operator/crd/generated/*.ts
skip = .codespellrc,.git,node_modules,build,dist,*.zst,CHANGELOG.md,.playwright,.terraform,*.svg,**/pepr/operator/crd/generated/*.ts,**/uds-docs/**
ignore-words-list = NotIn,AKS,LICENS,aks,afterAll
enable-colors =
check-hidden =
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"node_modules",
"dist",
"jest.*.js",
"test/playwright/"
"test/playwright/",
"uds-docs/"
],
"root": true,
"rules": {
Expand Down

0 comments on commit 4321268

Please sign in to comment.