[SKIP CI] fix formatting

This commit is contained in:
Robert Kaussow 2019-01-28 11:29:20 +01:00
parent b2569524c3
commit ddc00a2c90
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ comes with a couple of built-in checks explained in the following table.
| check_command_has_changes | ANSIBLE0011 | Commands should be idempotent and only used with some checks. | |
| check_empty_string_compare | ANSIBLE0012 | Don't compare to "" - use `when: var` or `when: not var` | |
| check_compare_to_literal_bool | ANSIBLE0013 | Don't compare to True/False - use `when: var` or `when: not var` | |
| check_literal_bool_format | ANSIBLE0014 | Literal bools should be written as `True/False` or `yes/no` | forbidden values are `true|false|TRUE|FALSE|Yes|No|YES|NO` |
| check_literal_bool_format | ANSIBLE0014 | Literal bools should be written as `True/False` or `yes/no` | forbidden values are `true false TRUE FALSE Yes No YES NO` |
### Build your own