You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manila-image-elements/tools/run_bashate.sh

9 lines
298 B

#!/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 -and -not -name \*.conf \) \
-not -name \*.service -not -name \*.yaml \
-print0 | xargs -0 bashate -v -i E006