diff options
Diffstat (limited to 'bin/clean-git')
-rwxr-xr-x | bin/clean-git | 2 |
1 files changed, 2 insertions, 0 deletions
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" |