From d8384cf6eb39b9c84ef1b7ee80d9a5f26cfc470b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 24 May 2019 23:54:52 +0200 Subject: [PATCH] Add shellcheck --- Makefile | 5 ++++- overlays/environments/immae-eu.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 diff --git a/overlays/environments/immae-eu.nix b/overlays/environments/immae-eu.nix index 1f27e7ca..9f044d5e 100644 --- a/overlays/environments/immae-eu.nix +++ b/overlays/environments/immae-eu.nix @@ -23,7 +23,7 @@ let iota-cli-app # debugging - rr valgrind netcat-gnu strace + rr valgrind netcat-gnu strace shellcheck # documentations unicodeDoc -- 2.41.0