Commit Graph

212 Commits (1764e32defc6f41218b3f6fca508a3c1c9370266)
 

Author SHA1 Message Date
Adrien Vergé 3989a09d32 Rules: comments: Allow empty comments
Adrien Vergé 5cc900f2a8 Rules: document-start: Allow directives
Adrien Vergé 851b9ac42c Rules: Add the 'comments' rule
Adrien Vergé 5c4c208b98 Rules: Add the 'braces' rule
Adrien Vergé d08eb22081 Rules: Add the 'brackets' rule
Adrien Vergé a5b384ab21 Rules: Add the 'commas' rule
Adrien Vergé cfea0661ed Rules: Make max-spaces-* generic
The goal being to use them in the 'colons', 'hyphens', 'commas', etc.
rules.
Adrien Vergé 07c5b4177c Rewrite syntax errors handling and test them
If a syntax errors occurs at the same place than a regular yamllint rule
error, only the yamllint one is issued.
Adrien Vergé bf96bdde01 Tests: Remove assertIsInstance to support Python 2.6
Adrien Vergé e2d68dac14 Tests: Travis and Coveralls integration
Adrien Vergé 47b44fe56c Distribution: Add a setup.py script
Adrien Vergé 350213b165 Initial commit