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