From c48dca76819f6779bd06c40d7ebd19e627832a52 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 11 Apr 2016 09:39:46 +0200 Subject: [PATCH] remove SC2174 exception --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e797647..d87f499 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index dc1812e..3e64754 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ optdepends=('devtools: aurbuild -c' check() { cd "$pkgname-$pkgver" - shellcheck -e 2016,2174 -x bin/* + shellcheck -e 2016 -x bin/* } package() {