mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
yamllint version 1.20.0
This commit is contained in:
parent
43b95e99d1
commit
13a0f11e7c
@ -1,6 +1,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.20.0 (2019-12-26)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Add --no-warnings option to suppress warning messages
|
||||||
|
- Use 'syntax' as rule name upon syntax errors
|
||||||
|
|
||||||
1.19.0 (2019-11-19)
|
1.19.0 (2019-11-19)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ indentation, etc."""
|
|||||||
|
|
||||||
|
|
||||||
APP_NAME = 'yamllint'
|
APP_NAME = 'yamllint'
|
||||||
APP_VERSION = '1.19.0'
|
APP_VERSION = '1.20.0'
|
||||||
APP_DESCRIPTION = __doc__
|
APP_DESCRIPTION = __doc__
|
||||||
|
|
||||||
__author__ = u'Adrien Vergé'
|
__author__ = u'Adrien Vergé'
|
||||||
|
Loading…
Reference in New Issue
Block a user