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.
When both a syntax error (unability to parse a document) and a cosmetic yamllint problem are found at the same place, the yamllint problem had the priority -- and the syntax error was not displayed. This had the following problem: if a rule is at the 'warning' level, its problems will not make the `yamllint` script return a failure return code (`!= 0`), even when it should (because there was a syntax error, precisely). This commit changes this behavior by preferring yamllint problems only when they have the 'error' level. |
10 years ago | |
|---|---|---|
| bin | 10 years ago | |
| tests | 10 years ago | |
| yamllint | 10 years ago | |
| .gitignore | 10 years ago | |
| .travis.yml | 10 years ago | |
| LICENSE | 10 years ago | |
| README.md | 10 years ago | |
| setup.py | 10 years ago | |