14
0

Accepting request 770032 from home:mcalabkova:branches:devel:languages:python

- update to 1.20.0
  * Add --no-warnings option to suppress warning messages
  * Use 'syntax' as rule name upon syntax errors
  * Allow disabling all checks for a file with # yamllint disable-file

OBS-URL: https://build.opensuse.org/request/show/770032
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamllint?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2020-02-04 18:26:42 +00:00
committed by Git OBS Bridge
parent 1ed84562b1
commit 72d41ee6ba
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 4 16:00:48 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.20.0
* Add --no-warnings option to suppress warning messages
* Use 'syntax' as rule name upon syntax errors
* Allow disabling all checks for a file with # yamllint disable-file
-------------------------------------------------------------------
Wed Oct 30 12:21:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>