Add dib-lint script

This will provide a place to put checks that catch common errors
in elements.  To start, this just checks that files starting with
a shebang are chmod +x so they can actually be run.

Change-Id: I4116a8f38f7bdfc5866764354c459fad8ca18e92
This commit is contained in:
Ben Nemec
2014-03-19 20:56:27 -05:00
parent 8007882726
commit f961d745e3
3 changed files with 32 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ commands=
[testenv:pep8]
commands =
flake8 {posargs}
dib-lint
[testenv:venv]
commands = {posargs}