remove SC2174 exception

This commit is contained in:
Alad Wenter 2016-04-11 09:39:46 +02:00
parent 0240b1cdfc
commit c48dca7681
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Mon Apr 11 07:38:10 UTC 2016
# Mon Apr 11 07:39:40 UTC 2016
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 0.6.0

View file

@ -15,7 +15,7 @@ optdepends=('devtools: aurbuild -c'
check() {
cd "$pkgname-$pkgver"
shellcheck -e 2016,2174 -x bin/*
shellcheck -e 2016 -x bin/*
}
package() {