commit | 72ecafbe1a6b92ebe3c5cecd56d7c472e0bc78f8 | [log] [tgz] |
---|---|---|
author | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Dec 12 00:08:56 2019 +0000 |
committer | Dinesh Belwalkar <dumbbel@gmail.com> | Thu Dec 12 00:08:56 2019 +0000 |
tree | 79e5d93247e135e5fa62459f85745d192d529025 | |
parent | e63f7f9996017b2b185f7267fb2a505e16db3f21 [diff] [blame] |
[SEBA-891] Resolve any lint violations in Redfish importer Change-Id: Ie8e4ac360b9d2f986fc2161490407d9483eb26ce
diff --git a/Makefile b/Makefile index 8df86dd..575cac2 100644 --- a/Makefile +++ b/Makefile
@@ -82,7 +82,7 @@ chmod 755 $(GOPATH)/bin/hadolint endif @echo "Running Dockerfile lint check ..." - @hadolint $$(find . -name "Dockerfile") + @hadolint $$(find . -type f -not -path "./vendor/*" -name "Dockerfile") @echo "Dockerfile lint check OK" lint-style: