Add dib-lint checks for elements

Also dib-lint errors fixed or skipped

Change-Id: I74a386bf7d13203df9e93b6469384648df2ac389
This commit is contained in:
Sergey Reshetnyak 2015-03-22 15:44:53 +03:00
parent 23f07512b6
commit 4fd100a036
4 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
# dib-lint: disable=executable
if [ "${DIB_DEBUG_TRACE:-0}" -gt 0 ]; then
set -x

View File

@ -1,4 +1,5 @@
#!/bin/bash
# dib-lint: disable=executable
if [ "${DIB_DEBUG_TRACE:-0}" -gt 0 ]; then
set -x

View File

@ -5,7 +5,7 @@
if [ "${DIB_DEBUG_TRACE:-0}" -gt 0 ]; then
set -x
fi
set -u
set -eu
set -o pipefail
tmp_dir=/tmp/storm

View File

@ -23,6 +23,7 @@ commands = bash -c "find {toxinidir} -not -wholename \*.tox/\* -and \( -name \*.
commands =
flake8 {posargs}
{toxinidir}/tools/run_bashate.sh
dib-lint
[testenv:venv]
commands = {posargs}