232e88115d
Similar to I0fdd4a79b886d1c4875e748b08f99da809d9d767 skip these new rules. Change-Id: Iee23fb0a72600b29c736a1d57ca6cf3edbe834f7
17 lines
343 B
Plaintext
17 lines
343 B
Plaintext
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
|
|
# [108] role names have "-"
|
|
# [208] file permissions not mentioned
|
|
skip_list:
|
|
- '204'
|
|
- '301'
|
|
- '306'
|
|
- '106'
|
|
- '208'
|
|
use_default_rules: true
|
|
verbosity: 1
|