From c19aa3ccc82f3ed202a5ca530dda14c0532f2474 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Mon, 2 Dec 2019 15:44:34 +0100 Subject: linters: Add yamllint as part of linters Depends-On: https://github.com/ansible-network/ansible_collections.vyos.vyos/pull/56 --- .yamllint | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .yamllint (limited to '.yamllint') diff --git a/.yamllint b/.yamllint new file mode 100644 index 00000000..6f0d12b3 --- /dev/null +++ b/.yamllint @@ -0,0 +1,14 @@ +--- +extends: default + +ignore: | + .tox + +rules: + braces: + max-spaces-inside: 1 + level: error + brackets: + max-spaces-inside: 1 + level: error + line-length: disable -- cgit v1.2.3