mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
yamllint version 1.18.0
This commit is contained in:
parent
7359785ea0
commit
92324ae730
@ -1,6 +1,15 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.18.0 (2019-10-15)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Lint ``.yamllint`` config file by default
|
||||||
|
- Also read config from ``.yamllint.yml`` and ``.yamllint.yaml``
|
||||||
|
- Improve documentation for ``yaml-files``
|
||||||
|
- Update documentation for ``pre-commit``
|
||||||
|
- Explicitly disable ``empty-values`` and ``octal-values`` rules
|
||||||
|
|
||||||
1.17.0 (2019-08-12)
|
1.17.0 (2019-08-12)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ indentation, etc."""
|
|||||||
|
|
||||||
|
|
||||||
APP_NAME = 'yamllint'
|
APP_NAME = 'yamllint'
|
||||||
APP_VERSION = '1.17.0'
|
APP_VERSION = '1.18.0'
|
||||||
APP_DESCRIPTION = __doc__
|
APP_DESCRIPTION = __doc__
|
||||||
|
|
||||||
__author__ = u'Adrien Vergé'
|
__author__ = u'Adrien Vergé'
|
||||||
|
Loading…
Reference in New Issue
Block a user