Skip to content

Commit

Permalink
Merge pull request #101 from pabelanger/temp/yamllint
Browse files Browse the repository at this point in the history
Ignore .tox folder for yamllint

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
  • Loading branch information
2 parents fdf9cc5 + a6ae532 commit 8a737c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
extends: default

ignore: |
.tox

rules:
braces:
max-spaces-inside: 1
Expand Down
6 changes: 3 additions & 3 deletions bindep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# see http://docs.openstack.org/infra/bindep/ for additional information.

gcc-c++ [test platform:rpm]
python3-devel [test platform:rpm]
python3 [test platform:rpm]
python36 [test !platform:fedora-28]
python3-devel [test !platform:centos-7 platform:rpm]
python3 [test !platform:centos-7 platform:rpm]
python36 [test !platform:centos-7 !platform:fedora-28]
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ara
flake8
yamllint

0 comments on commit 8a737c9

Please sign in to comment.