From 4e8308c90d6b0e48899ce11aef01737918f41bd0 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Tue, 16 Feb 2021 14:14:36 +0100 Subject: [PATCH] Discard .cache from linting and commiting --- .ansible-lint | 1 + .gitignore | 1 + .yamllint | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 8e9f52b9..56e6654c 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -5,3 +5,4 @@ skip_list: exclude_paths: - deploy/ + - .cache/ diff --git a/.gitignore b/.gitignore index b25c15b8..017602a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +.cache/ diff --git a/.yamllint b/.yamllint index dc24aefb..cfe3a026 100644 --- a/.yamllint +++ b/.yamllint @@ -1,5 +1,9 @@ --- extends: default + +ignore: | + .cache/ + rules: truthy: disable line-length: