Name Description Size
__init__.py A linter for YAML files. yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. 1098
__main__.py 67
cli.py 7880
conf
config.py 7877
linter.py Represents a linting problem found by yamllint. 8773
parser.py Find all comments between two tokens 5191
rules