Ignore config file

This commit is contained in:
Bob Mottram 2018-03-02 22:37:18 +00:00
parent 8d8aaf9ef9
commit 52188a30a5
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ function test_static_analysis {
for filename in $FILES
do
if [[ "$filename" == *"-config-qtox" ]]; then
continue
fi
if ! shellcheck --exclude SC2034,SC1090 "$filename"; then
echo ''
echo $"${filename} failed static analysis"