Commit Graph

3 Commits (3990bb0be5b05cd305de61f5399dbbac9f6bb51c)

Author SHA1 Message Date
Adrien Vergé 3990bb0be5 style(docs): Fix RST lint errors reported by doc8 7 years ago
Jakub Wilk 2b26cbc56b Fix typos 8 years ago
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