Next | Query returned 11 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-02-16 19:54:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yamllint: updated to 1.35.1

1.35.1 (2024-02-16)

- Restore ignoration of files passed as command-line arguments
- Revert API change from version 1.35.0
   2024-02-16 09:37:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yamllint: updated to 1.35.0

1.35.0 (2024-02-15)

Fix failure on broken symlinks that should be ignored
API change: linter.run(stream, config) doesn't filter files anymore
Docs: Restore official Read the Docs theme
   2024-02-06 17:59:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yamllint: updated to 1.34.0

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
   2023-11-09 13:27:28 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-yamllint: updated to 1.33.0

1.33.0 (2023-11-09)
- Add support for Python 3.12, drop support for Python 3.7
- Rule ``document-end``: fix spurious "missing document end"
- Rule ``empty-values``: add ``forbid-in-block-sequences`` option
   2023-05-23 09:54:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yamllint: updated to 1.32.0

1.32.0 (2023-05-22)
- Look for configuration file in parent directories
- Rule ``anchors``: add new option ``forbid-unused-anchors``
   2023-04-23 12:07:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yamllint: updated to 1.31.0

1.31.0 (2023-04-21)
-------------------
- Build: migrate from ``setup.py`` to ``pyproject.toml``
- Docs: update some outdated URLs
- Rule ``colons``: prevent error when space before is mandatory
   2023-03-29 09:41:38 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-yamllint: updated to 1.30.0

1.30.0

Rule anchors: add new rule to detect undeclared or duplicated anchors
Python API: prevent using is_file_ignored() with null filepath
Docs: fix misleading Python API example
Docs: fix plain text code snippet example
Docs: update pre-commit hook example
   2023-01-11 11:54:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yamllint: updated to 1.29.0

1.29.0 (2023-01-10)

Add support for Python 3.11, drop support for Python 3.6
Rule float-values: fix bug on strings containing fordidden values
Stop releasing universal wheels
Use proper Python 3 I/O type for file reading
Rule indentation: fix indent-sequences in nested collections
Docs: clarify disable-line and parser errors, give a workaround
Refactors to apply some pyupgrade suggestions
Allow using a list of strings in ignore configuration
Add --list-files command line option
   2022-09-13 14:35:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yamllint: updated to 1.28.0

1.28.0 (2022-09-12)

Better compress PNG image in documentation
Remove __future__ imports specific to Python 2
Remove inheritance from object specific to Python 2
Simplify GitHub Actions example in documentation
Update ALE vim plugin link in documentation
Update license to latest version of GPLv3
Pre-compile disable/enable rules regexes
Rule quoted-strings: add allow-quoted-quotes option
Add option ignore-from-file in config
   2022-08-02 11:45:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-yamllint: updated to 1.27.1

1.27.1 (2022-07-08)

Fix failing test on key-duplicates for old PyYAML versions

1.27.0 (2022-07-08)

Add support for Python 3.10, drop Python 3.5
Fix GitHub Actions workflow
Refactor --format=auto logic
Update GitHub format output to use groups
Rule comments: allow whitespace after the shebang marker
Multiple minor fixes in documetation
Configure Sphinx to make man page show up in apropos
Attempt to clarify configuration file location in documentation
Rule key-duplicates: don't crash on redundant closing brackets or braces
Use rstcheck to lint documentation on the CI
Remove UTF-8 headers in Python files, since Python 2 isn't supported
Add various tests to increase coverage
Rule octal-values: pre-compile regex for performance
Add sections for Visual Studio Code and IntelliJ in documentation
Rule new-lines: add the type: platform config option
Add the new rule float-values

Next | Query returned 11 messages, browsing 1 to 10 | Previous