Ignore config file
This commit is contained in:
parent
8d8aaf9ef9
commit
52188a30a5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue