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.
yamllint/yamllint
sedrubal 1419a0f750
Change format of ignore patterns
Use yaml lists:

```yaml
ignore:
  - generated
  - "*.template.yaml"
```

instead of multiline strings:

```yaml
ignore: |
  generated
  *.template.yaml
```

This also fixes the wrong error messages when using the new config
format with ymallit v1.8.0/v1.8.1.

The only problem I see is that this will break config files with the
latter ignore pattern format.
8 years ago
..
conf Rules: Add min-spaces-inside-empty and max-spaces-inside-empty 8 years ago
rules Merge pull request #38 from jhriggs/feature/empty_braces_brackets 8 years ago
__init__.py yamllint version 1.8.1 8 years ago
__main__.py Add __main__ 8 years ago
cli.py style(cli): Space import sections 8 years ago
config.py Change format of ignore patterns 8 years ago
linter.py feat(config): Add support to ignore paths on per-rule basis 8 years ago
parser.py linter: Fix UnicodeError when parsing comments 9 years ago