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:
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

View File

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

View File

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