mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
yamllint version 1.34.0
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
1.34.0 (2024-02-06)
|
||||
-------------------
|
||||
|
||||
- Config: validate ``ignore-from-file`` inside rules
|
||||
- Rule ``quoted-strings``: fix ``only-when-needed`` in flow maps and sequences
|
||||
- Rule ``key-duplicates``: add ``forbid-duplicated-merge-keys`` option
|
||||
- Rule ``quoted-strings``: add ``check-keys`` option
|
||||
- Docs: add GitLab CI example
|
||||
- Rule ``truthy``: adapt forbidden values based on YAML version
|
||||
|
||||
1.33.0 (2023-11-09)
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ indentation, etc."""
|
||||
|
||||
|
||||
APP_NAME = 'yamllint'
|
||||
APP_VERSION = '1.33.0'
|
||||
APP_VERSION = '1.34.0'
|
||||
APP_DESCRIPTION = __doc__
|
||||
|
||||
__author__ = 'Adrien Vergé'
|
||||
|
||||
Reference in New Issue
Block a user