From 232e88115d5eb2c2ffb491df767d7d99fc91abd0 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 26 Aug 2020 08:04:50 +1000 Subject: [PATCH] Skip ansible-lint 106/208 Similar to I0fdd4a79b886d1c4875e748b08f99da809d9d767 skip these new rules. Change-Id: Iee23fb0a72600b29c736a1d57ca6cf3edbe834f7 --- .ansible-lint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 2b878d11..76369f8e 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -4,9 +4,13 @@ parseable: true # [204] Lines < 160 # [301] Commands should not change things if nothing needs doing # [306] shells with pipe should use pipe +# [108] role names have "-" +# [208] file permissions not mentioned skip_list: - '204' - '301' - '306' + - '106' + - '208' use_default_rules: true verbosity: 1