diff --git a/.flake8 b/.flake8 index 65d94e890a..3927494735 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,9 @@ [flake8] ignore = E722,W503 max-line-length = 200 +exclude = + bin + builds + dist + test-results + deployment/node_modules \ No newline at end of file diff --git a/.yamllint.yml b/.yamllint.yml index 053a3237c9..9a30f3655c 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -3,6 +3,12 @@ yaml-files: - '*.yaml' - '*.yml' - .yamllint.yml +ignore: | + bin + builds + dist + test-results + deployment/node_modules rules: document-start: enable line-length: disable