mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:34:33 +07:00
chore: cleanup lint targets
Let CI pipeline do it
This commit is contained in:
parent
9cbcf7721f
commit
9e59f1ad81
4
Makefile
4
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
|
||||
|
@ -22,8 +22,5 @@ shutdown:
|
||||
--inventory inventories/${env}.ini \
|
||||
shutdown.yml
|
||||
|
||||
lint:
|
||||
ansible-lint --project-dir .
|
||||
|
||||
vagrant:
|
||||
vagrant up
|
||||
|
@ -11,7 +11,6 @@ RUN pacman --sync --refresh --noconfirm \
|
||||
|
||||
RUN yes | pacman --sync --refresh \
|
||||
ansible \
|
||||
ansible-lint \
|
||||
argocd \
|
||||
diffutils \
|
||||
docker \
|
||||
|
Loading…
Reference in New Issue
Block a user