deb-python-bashate/bashate
Nikki Heald 77da51f026 Add shallow syntax checking
`bash -n` will do a shallow syntax check on a bash script,
just checking that the script parses. It's possible to have
scripts that pass all bashate style checks, but don't actually
run because of a syntax error, so this adds error code E040
and reports the syntax errors that `bash -n` outputs.

Change-Id: Ib128c54493221e71cca19a497a6efc4f5fc368c1
2015-10-15 16:50:06 +01:00
..
tests Add shallow syntax checking 2015-10-15 16:50:06 +01:00
__init__.py Remove unneeded definitions of Python Source Code Encoding 2014-07-31 13:37:38 +02:00
bashate.py Add shallow syntax checking 2015-10-15 16:50:06 +01:00
messages.py Add shallow syntax checking 2015-10-15 16:50:06 +01:00