From 9e59f1ad8198247e50ff69049f320dcca96b2224 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 27 Dec 2021 11:36:47 +0700 Subject: [PATCH] chore: cleanup lint targets Let CI pipeline do it --- Makefile | 4 ---- metal/Makefile | 3 --- tools/Dockerfile | 1 - 3 files changed, 8 deletions(-) diff --git a/Makefile b/Makefile index 14ba6ace..9c795c86 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,6 @@ tools: docs: make -C docs -lint: - # TODO (feature) Add lint checks for everything - make -C metal lint - dev: make -C metal cluster env=dev make -C bootstrap diff --git a/metal/Makefile b/metal/Makefile index 8de61af5..13cdbc3e 100644 --- a/metal/Makefile +++ b/metal/Makefile @@ -22,8 +22,5 @@ shutdown: --inventory inventories/${env}.ini \ shutdown.yml -lint: - ansible-lint --project-dir . - vagrant: vagrant up diff --git a/tools/Dockerfile b/tools/Dockerfile index ef2e51a0..8717455e 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -11,7 +11,6 @@ RUN pacman --sync --refresh --noconfirm \ RUN yes | pacman --sync --refresh \ ansible \ - ansible-lint \ argocd \ diffutils \ docker \