From b98f4ded64329dd5f34c6fdb9d4ae86a7b44cd2c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 3 Jun 2020 13:41:19 +1000 Subject: [PATCH] ansible-lint: add 204 rule This rule is in zuul-jobs as well. Change-Id: I5339665cf9a2c80473bb3413f099e2fe126ba1d8 --- .ansible-lint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index ffb8f17f..2b878d11 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,9 +1,11 @@ exclude_paths: - playbooks/legacy parseable: true +# [204] Lines < 160 # [301] Commands should not change things if nothing needs doing # [306] shells with pipe should use pipe skip_list: + - '204' - '301' - '306' use_default_rules: true