diff options
Diffstat (limited to 'collections-debian-merged/ansible_collections/cisco/ios/.yamllint')
-rw-r--r-- | collections-debian-merged/ansible_collections/cisco/ios/.yamllint | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/.yamllint b/collections-debian-merged/ansible_collections/cisco/ios/.yamllint new file mode 100644 index 00000000..3adaf90c --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/ios/.yamllint @@ -0,0 +1,15 @@ +--- +extends: default + +ignore: | + .tox + changelogs/* + +rules: + braces: + max-spaces-inside: 1 + level: error + brackets: + max-spaces-inside: 1 + level: error + line-length: disable |