remove SC2174 exception
This commit is contained in:
parent
0240b1cdfc
commit
c48dca7681
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Apr 11 07:38:10 UTC 2016
|
# Mon Apr 11 07:39:40 UTC 2016
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 0.6.0
|
pkgver = 0.6.0
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -15,7 +15,7 @@ optdepends=('devtools: aurbuild -c'
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
shellcheck -e 2016,2174 -x bin/*
|
shellcheck -e 2016 -x bin/*
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue