diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-24 23:54:52 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:21 +0200 |
commit | 1449c51fee2063b17ec9ea80658f0fa521743c75 (patch) | |
tree | 281911ac34800e603abd00dbc0f876e15596fd97 /Makefile | |
parent | 132484450d4d0610444ab680906f7c4490273a60 (diff) | |
download | NUR-1449c51fee2063b17ec9ea80658f0fa521743c75.tar.gz NUR-1449c51fee2063b17ec9ea80658f0fa521743c75.tar.zst NUR-1449c51fee2063b17ec9ea80658f0fa521743c75.zip |
Add shellcheck
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,4 +17,7 @@ nix-info-nixops: | |||
17 | nur: | 17 | nur: |
18 | ./scripts/make-nur | 18 | ./scripts/make-nur |
19 | 19 | ||
20 | .PHONY: env env-dry-run nix-info nix-info-nixops | 20 | shellcheck: |
21 | shellcheck scripts/* nixops/scripts/* modules/private/gitolite/gitolite_ldap_groups.sh modules/private/ssh/ldap_authorized_keys.sh modules/private/pub/restrict | ||
22 | |||
23 | .PHONY: env env-dry-run nix-info nix-info-nixops nur shellcheck | ||