index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/clean-git | 2 |
diff --git a/bin/clean-git b/bin/clean-git index 00f634d..9c27958 100755 --- a/bin/clean-git +++ b/bin/clean-git @@ -2,6 +2,8 @@ # clean git repositories +# shellcheck disable=SC2119,SC2120 + # shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" |