Changelog for
python-bashate-0.5.1-1.1.noarch.rpm :
Tue Oct 25 14:00:00 2016 dmuellerAATTsuse.com
- update to 0.5.1:
* Add releasenote on python3
* Handle argument line-up in continuations
* Cleanup continuation line handling
* Ignore heredoc contents
* Replace heredoc fail-to-end detection E012 with \"bash -n\"
* Set up locale for bash syntax testing
* Only warn about tab-indent
* Add shallow syntax checking
Fri Nov 20 13:00:00 2015 dmuellerAATTsuse.com
- update to 0.3.2:
* Detect setting locals with subshell commands
* Change ignore-errors to ignore_errors
* Move to hacking 0.10
* add E006: check for lines longer than 79 columns
* Cleanup variable names TODO
* Fix broken py3 tests
* Change non intuitive error message
* Don\'t mock argparse
* Add #! or .sh test at warning level
* Move messages into a dict
* Add --warn to turn messages down to warnings
* Remove pylint from requirements
* Change test order to avoid incompatibliity
* Clean-up return statements
* Workflow documentation is now in infra-manual
* Put all messages into separate package
* Removed \\b that don\'t work anyway
Sat Nov 8 13:00:00 2014 dmuellerAATTsuse.com
- update to 0.3.1:
* Add man page
* Remove automagic file finder
* Strip comments before checks
* Revert \"Add E040: $(COMMAND) preferred over `COMMAND`\"
* Check for bash-like \"for\"
* Warn against sorting requirements
* Rename doc environment to docs
* Add Pylint testenv environment
* Add a check for $[
* Add E040: $(COMMAND) preferred over `COMMAND`
* Treat if and elif equally
* Add new register_ignores unit tests
* Clean-up E011 and E020 messages
* Bump hacking to 0.9.x series
* Reduce loops and if statements in method discover_files
* Remove unneeded definitions of Python Source Code Encoding
* Add a space to the output of the method log_error
* Fix source location URL in README
* Fix .gitreview project path
Tue Oct 7 14:00:00 2014 dmuellerAATTsuse.com
- Initial package (0.2.0)