- Simplify installation instructions in the README
- Add OpenBSD installation instructions
- Make YAML file extensions configurable
- Add FreeBSD installation instructions
- Fix the
line
rule to correctly handle DOS new lines - Add the
allowed-values
option to thetruthy
rule - Allow configuration options to be a list of enums
- Allow linting from standard input with
yamllint -
- 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 thecomments
rule
- Use
isinstance(x, y)
instead oftype(x) == y
- Add a new
-f colored
option - Update documentation about colored output when run from CLI
- Fix the
quoted-strings
rule, broken implementation - Fix missing documentation for the
quoted-strings
rule
- Add a new
quoted-strings
rule - Update installation documentation for pip, CentOS, Debian, Ubuntu, Mac OS
- Handle merge keys (
<<
) in thekey-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
- Add a new
octal-values
rule
- Fix colored output on Windows
- Check documentation compilation on continuous integration
- Add a new
empty-values
rule - Make sure test files are included in dist bundle
- Tests: Use en_US.UTF-8 locale when C.UTF-8 not available
- Tests: Dynamically detect Python executable path
- Add a new
key-ordering
rule - Fix indentation rule for key following empty list
- Be clearer about the
ignore
conf type - Update pre-commit hook file
- Add documentation for pre-commit
- Require pathspec >= 0.5.3
- Support Python 2.6
- Add a changelog
- Refactor argparse with mutually_exclusive_group
- Add support to ignore paths in configuration