bashate/releasenotes/notes/0-dash-6-748e729ee001df73.yaml
Ian Wienand 925500dc00 0.6 Release Notes
Gather all significant changes for a releasenote

Change-Id: Id9445df63becf088c7b33542e736cccd80d1ff93
2018-07-17 14:26:24 +10:00

8 lines
343 B
YAML

---
features:
- Python 3.6 support added
- Hidden files such as ``.bashrc`` are no longer checked for ``#!`` (E005)
- A basic check for ``[[`` when using non-POSIX comparisions such as
``=~`` is added
- Enable bashate to be called as a module ``python -m bashate ...``
- Enable `pre-commit.com <https://pre-commit.com>`__ support