chore: cleanup lint targets

Let CI pipeline do it
This commit is contained in:
Khue Doan 2021-12-27 11:36:47 +07:00
parent 9cbcf7721f
commit 9e59f1ad81
3 changed files with 0 additions and 8 deletions

View File

@ -24,10 +24,6 @@ tools:
docs: docs:
make -C docs make -C docs
lint:
# TODO (feature) Add lint checks for everything
make -C metal lint
dev: dev:
make -C metal cluster env=dev make -C metal cluster env=dev
make -C bootstrap make -C bootstrap

View File

@ -22,8 +22,5 @@ shutdown:
--inventory inventories/${env}.ini \ --inventory inventories/${env}.ini \
shutdown.yml shutdown.yml
lint:
ansible-lint --project-dir .
vagrant: vagrant:
vagrant up vagrant up

View File

@ -11,7 +11,6 @@ RUN pacman --sync --refresh --noconfirm \
RUN yes | pacman --sync --refresh \ RUN yes | pacman --sync --refresh \
ansible \ ansible \
ansible-lint \
argocd \ argocd \
diffutils \ diffutils \
docker \ docker \