sahara-image-elements/tools/run_bashate.sh
Sergey Reshetnyak 091330418b Make bashate checks as part of pep8 checks
Change-Id: I2b070423eff71be760b737ed1bbf7c18f32aada8
2014-12-07 13:16:46 +03:00

4 lines
194 B
Bash
Executable File

#!/bin/bash -xe
find ./ -not -wholename \*.tox/\* -and \( -name \*.sh -or -wholename \*.d/\* -and -not -name \*.md -and -not -name \*.rst -and -not -name \*.py \) -print0 | xargs -0 bashate -v