- Allow disabling all checks for a file with `` yamllint disable-file``
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
1.17.0
-------------------
- Simplify installation instructions in the README - Add OpenBSD installation instructions - Make YAML file extensions configurable
1.16.0
-------------------
- Add FreeBSD installation instructions - Fix the ``line`` rule to correctly handle DOS new lines - Add the ``allowed-values`` option to the ``truthy`` rule - Allow configuration options to be a list of enums
1.15.0
-------------------
- Allow linting from standard input with ``yamllint -``
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