Skip ansible-lint 106/208

Similar to I0fdd4a79b886d1c4875e748b08f99da809d9d767 skip these new
rules.

Change-Id: Iee23fb0a72600b29c736a1d57ca6cf3edbe834f7
This commit is contained in:
Ian Wienand 2020-08-26 08:04:50 +10:00
parent 2959fa84f4
commit 232e88115d
1 changed files with 4 additions and 0 deletions

View File

@ -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