]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/commitdiff
Add shellcheck
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 May 2019 21:54:52 +0000 (23:54 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Mon, 27 May 2019 22:40:06 +0000 (00:40 +0200)
Makefile
overlays/environments/immae-eu.nix

index f4bb3f5f6414295808fab4b69e5ac141e7c2dc5a..b8a5bfb58648377c12a3e85e2e0b4876b9a1d2e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,7 @@ nix-info-nixops:
 nur:
        ./scripts/make-nur
 
 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
index 1f27e7cae5f885200d5d1ad96b01b61abad27d4c..9f044d5ea96b5bc000eeb8fed9f9d2fed1635fc2 100644 (file)
@@ -23,7 +23,7 @@ let
     iota-cli-app
 
     # debugging
     iota-cli-app
 
     # debugging
-    rr valgrind netcat-gnu strace
+    rr valgrind netcat-gnu strace shellcheck
 
     # documentations
     unicodeDoc
 
     # documentations
     unicodeDoc