🚨 Added Hadolint

This commit is contained in:
Nikhil Badyal
2022-08-23 00:19:42 +05:30
parent 096f8ccc2a
commit 672f83d1c4
5 changed files with 42 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
enable=all
source-path=SCRIPTDIR
disable=SC2154
# If you're having issues with shellcheck following source, disable the errors via:
# disable=SC1090
# disable=SC1091