Skip to content

Commit

Permalink
lint: update yamllint and codespell skip (envoyproxy#3882)
Browse files Browse the repository at this point in the history
* lint: update yamllint and codespell skip

Signed-off-by: zirain <zirain2009@gmail.com>

* end with newline

Signed-off-by: zirain <zirain2009@gmail.com>

---------

Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored and guydc committed Jul 22, 2024
1 parent 1d35505 commit 3c8c9a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/linter/codespell/.codespell.skip
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ go.sum
bin
./charts
*.js
*/testdata/*.yaml
*/testdata/*.yaml
./site/public/*
./site/node_modules/*
1 change: 1 addition & 0 deletions tools/linter/yamllint/.yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ignore: |
bin/install.yaml
test/helm/
examples/extension-server/charts/extension-server
site/node_modules/

rules:
braces:
Expand Down

0 comments on commit 3c8c9a4

Please sign in to comment.