Skip to content

Commit

Permalink
Ymllint / Flake8 add ignores for developer folders (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#1530)

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Jan 24, 2022
1 parent 9f673c8 commit bd49050
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[flake8]
ignore = E722,W503
max-line-length = 200
exclude =
bin
builds
dist
test-results
deployment/node_modules
6 changes: 6 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd49050

Please sign in to comment.