← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~ack/maas:lib-scripts-shellcheck into maas:master

 

Alberto Donato has proposed merging ~ack/maas:lib-scripts-shellcheck into maas:master.

Commit message:
add shellcheck linting for scripts under usr/lib/maas



Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~ack/maas/+git/maas/+merge/440378
-- 
Your team MAAS Committers is subscribed to branch maas:master.
diff --git a/Makefile b/Makefile
index 26432b9..462e8ac 100644
--- a/Makefile
+++ b/Makefile
@@ -190,6 +190,9 @@ lint-go:
 
 lint-shell:
 	@shellcheck -x \
+		package-files/usr/lib/maas/beacon-monitor \
+		package-files/usr/lib/maas/network-monitor \
+		package-files/usr/lib/maas/unverified-ssh \
 		snap/hooks/* \
 		snap/local/tree/bin/* \
 		src/metadataserver/builtin_scripts/commissioning_scripts/maas-get-fruid-api-data \

Follow ups