Ignore config file
This commit is contained in:
parent
8d8aaf9ef9
commit
52188a30a5
|
@ -96,6 +96,10 @@ function test_static_analysis {
|
||||||
|
|
||||||
for filename in $FILES
|
for filename in $FILES
|
||||||
do
|
do
|
||||||
|
if [[ "$filename" == *"-config-qtox" ]]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
if ! shellcheck --exclude SC2034,SC1090 "$filename"; then
|
if ! shellcheck --exclude SC2034,SC1090 "$filename"; then
|
||||||
echo ''
|
echo ''
|
||||||
echo $"${filename} failed static analysis"
|
echo $"${filename} failed static analysis"
|
||||||
|
|
Loading…
Reference in New Issue