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/docs
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
..
Makefile Doc: Generate documentation with Sphinx 10 years ago
conf.py Doc: Fix man page redundant description 9 years ago
configuration.rst Change format of ignore patterns 8 years ago
development.rst Refactor project layout to import yamllint alone 10 years ago
disable_with_comments.rst Fix typos 8 years ago
index.rst Allow disabling yamllint checks using comments 9 years ago
quickstart.rst docs(install): Update Debian version 9 years ago
rules.rst docs(rules): Fix missing truthy rule in index 9 years ago
screenshot.png Doc: Update screenshot to include 'key-duplicates' 10 years ago
text_editors.rst Add information about Emacs integration 8 years ago