Skip to content

Commit

Permalink
#22 added tests requirements and yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Tsao committed Jan 3, 2020
1 parent e4212ea commit 287ebc3
Show file tree
Hide file tree
Showing 4 changed files with 721 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
# Based on ansible-lint config
extends: default

rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
colons:
max-spaces-after: -1
level: error
commas:
max-spaces-after: -1
level: error
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
max: 3
level: error
hyphens:
level: error
indentation: disable
key-duplicates: enable
line-length: disable
new-line-at-end-of-file: disable
new-lines:
type: unix
trailing-spaces: disable
truthy: disable
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
ansible = "==2.9.2"
molecule = "==2.22"
docker = "==4.1.0"

[requires]
python_version = "3"
Loading

0 comments on commit 287ebc3

Please sign in to comment.