You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Allows using key `allowed-values` for `truthy` section in configuration file (#150). This allows to use configuration `truthy: allowed-values: ["yes", "no", "..."]`, to set custom allowed truthy values. This is especially useful for people using ansible, where values like `yes` or `no` are valid and officially supported, but yamllint reports them as illegal. Implemented by difference of set of TRUTHY constants and configured allowed values. Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com> |
6 years ago | |
|---|---|---|
| .. | ||
| rules | 6 years ago | |
| yaml-1.2-spec-examples | 10 years ago | |
| __init__.py | 9 years ago | |
| common.py | 7 years ago | |
| test_cli.py | 7 years ago | |
| test_config.py | 7 years ago | |
| test_linter.py | 7 years ago | |
| test_module.py | 7 years ago | |
| test_parser.py | 7 years ago | |
| test_spec_examples.py | 7 years ago | |
| test_syntax_errors.py | 10 years ago | |
| test_yamllint_directives.py | 9 years ago | |