diff options
Diffstat (limited to 'ansible_collections/google/cloud/.yamllint')
-rw-r--r-- | ansible_collections/google/cloud/.yamllint | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ansible_collections/google/cloud/.yamllint b/ansible_collections/google/cloud/.yamllint new file mode 100644 index 000000000..882767605 --- /dev/null +++ b/ansible_collections/google/cloud/.yamllint @@ -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 |