AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add python-setuptools requirement needed for entrypoints (boo#1151703, boo#1216677)
- Update to 1.22.1: * Fix quoted-strings rule with only-when-needed on corner cases * Add check-keys option to the truthy rule * Fix quoted-strings rule not working on sequences items * Sunset Python 2 * Fix new-lines rule on Python 3 with DOS line endings * Fix quoted-strings rule not working for string values matching scalars * Add required: only-when-needed option to the quoted-strings rule
- Update to 1.18.0: * 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
- Update to 1.17.0: * Simplify installation instructions in the README * Add OpenBSD installation instructions * Make YAML file extensions configurable
- Update to 1.22.1: * Fix quoted-strings rule with only-when-needed on corner cases * Add check-keys option to the truthy rule * Fix quoted-strings rule not working on sequences items * Sunset Python 2 * Fix new-lines rule on Python 3 with DOS line endings * Fix quoted-strings rule not working for string values matching scalars * Add required: only-when-needed option to the quoted-strings rule
- 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
- Update to 1.18.0: * 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
- Update to 1.17.0: * Simplify installation instructions in the README * Add OpenBSD installation instructions * Make YAML file extensions configurable
- Update to 1.16.0 * Add the allowed-values option to the truthy rule * Allow configuration options to be a list of enums
- Update to 1.15.0 * Add command line option - to read from standard input - Disable a flaky test caused by PyYAML
- Update to 1.14.0 * Fix documentation code snippets * Drop Python 2.6 and 3.3 support, add Python 3.7 support * Update documentation and tests for ``line-length`` + Unicode + Python 2 * Allow rule configurations to lack options * Add a new ``ignore-shebangs`` option for the ``comments`` rule
- Update to 1.13.0 * Add a new -f colored option - Update to 1.12.1 * Fix the `quoted-strings` rule - Update to 1.12.0 * Add a new `quoted-strings` rule - Changes file fix
- Remove superfluous devel dependency for noarch package
- Update to 0.11.1 * Handle merge keys (`<<`) in the `key-duplicates` rule * Update documentation about pre-commit * Make examples for `ignore` rule clearer * Clarify documentation on the 'truthy' rule * Fix crash in parser due to a change in PyYAML > 3.12 - Update to 1.11.0 * Add a new `octal-values` rule - Spec file cleanups
- Initial version