From 01c3849761ab3c18dc6ea6bd0e89585809a852fe Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 31 Aug 2020 10:45:09 +0200 Subject: [PATCH] Do not lint .tox directories. --- files/yamllint | 3 +++ templates/ansible-lint.j2 | 1 + 2 files changed, 4 insertions(+) diff --git a/files/yamllint b/files/yamllint index c5ae64b..894450c 100644 --- a/files/yamllint +++ b/files/yamllint @@ -10,3 +10,6 @@ rules: level: error line-length: disable truthy: disable + +ignore: | + .tox/ diff --git a/templates/ansible-lint.j2 b/templates/ansible-lint.j2 index 235d114..fdbb9bd 100644 --- a/templates/ansible-lint.j2 +++ b/templates/ansible-lint.j2 @@ -14,3 +14,4 @@ exclude_paths: - ./molecule/default/verify.yml {% endif %} {% endif %} + - ./.tox