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
Adrien Vergé df26cc0438 feat(config): Add support to ignore paths on per-rule basis
Example of configuration to use this feature:

    # For all rules
    ignore: |
      *.dont-lint-me.yaml
      /bin/
      !/bin/*.lint-me-anyway.yaml

    rules:
      key-duplicates:
        ignore: |
          generated
          *.template.yaml
      trailing-spaces:
        ignore: |
          *.ignore-trailing-spaces.yaml
          /ascii-art/*

Closes #43.
8 years ago
..
Makefile Doc: Generate documentation with Sphinx 9 years ago
conf.py Doc: Fix man page redundant description 9 years ago
configuration.rst feat(config): Add support to ignore paths on per-rule basis 8 years ago
development.rst Refactor project layout to import yamllint alone 9 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 8 years ago
rules.rst docs(rules): Fix missing truthy rule in index 8 years ago
screenshot.png Doc: Update screenshot to include 'key-duplicates' 9 years ago
text_editors.rst Add information about Emacs integration 8 years ago