From 1449c51fee2063b17ec9ea80658f0fa521743c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 24 May 2019 23:54:52 +0200 Subject: Add shellcheck --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f4bb3f5f..b8a5bfb5 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,7 @@ nix-info-nixops: nur: ./scripts/make-nur -.PHONY: env env-dry-run nix-info nix-info-nixops +shellcheck: + shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict + +.PHONY: env env-dry-run nix-info nix-info-nixops nur shellcheck -- cgit v1.2.3