diff --git a/tools/linter/codespell/.codespell.skip b/tools/linter/codespell/.codespell.skip index 00240f7e100..c39a3ea1d9b 100644 --- a/tools/linter/codespell/.codespell.skip +++ b/tools/linter/codespell/.codespell.skip @@ -14,4 +14,6 @@ go.sum bin ./charts *.js -*/testdata/*.yaml \ No newline at end of file +*/testdata/*.yaml +./site/public/* +./site/node_modules/* diff --git a/tools/linter/yamllint/.yamllint b/tools/linter/yamllint/.yamllint index c4db6d13d0c..43af358a3b0 100644 --- a/tools/linter/yamllint/.yamllint +++ b/tools/linter/yamllint/.yamllint @@ -10,6 +10,7 @@ ignore: | bin/install.yaml test/helm/ examples/extension-server/charts/extension-server + site/node_modules/ rules: braces: