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é 0eb310e102 Allow disabling yamllint checks using comments
Implement problem report disabling with comments in YAML source, for
instance:

    # The following mapping contains the same key twice,
    # but I know what I'm doing:
    key: value 1
    key: value 2  # yamllint disable-line rule:key-duplicates

or:

    # yamllint disable rule:colons
    - Lorem       : ipsum
      dolor       : sit amet,
      consectetur : adipiscing elit
    # yamllint enable rule:colons

Closes: #8
9 years ago
..
Makefile Doc: Generate documentation with Sphinx 9 years ago
conf.py Doc: Fix man page redundant description 9 years ago
configuration.rst Config: Detect user config using `os.path.expanduser()` 9 years ago
development.rst Refactor project layout to import yamllint alone 9 years ago
disable_with_comments.rst Allow disabling yamllint checks using comments 9 years ago
index.rst Allow disabling yamllint checks using comments 9 years ago
quickstart.rst Doc: Update installing section 9 years ago
rules.rst Rules: Add the 'key-duplicates' rule 9 years ago
screenshot.png Doc: Update screenshot to include 'key-duplicates' 9 years ago
text_editors.rst Doc: Update Neovim integration documentation 9 years ago