Skip to content

Commit

Permalink
remove trunk leftovers (#3761)
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev authored Dec 11, 2024
1 parent b62fda5 commit 256ad25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .editorconfig

This file was deleted.

13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,6 @@ $(BIN)/linux_amd64/dlv: Makefile go.mod
ln -f $(BIN)/dlv "$@"; \
fi

$(BIN)/trunk: Makefile
@mkdir -p $(@D)
curl -L https://trunk.io/releases/trunk -o $(@D)/trunk
chmod +x $(@D)/trunk

.PHONY: cve/check
cve/check:
docker run -t -i --rm --volume "$(CURDIR)/:/repo" -u "$(shell id -u)" aquasec/trivy:0.45.1 filesystem --cache-dir /repo/.cache/trivy --scanners vuln --skip-dirs .tmp/ --skip-dirs node_modules/ --skip-dirs tools/monitoring/vendor/ /repo
Expand All @@ -397,14 +392,6 @@ helm/docs: $(BIN)/helm
goreleaser/lint: $(BIN)/goreleaser
$(BIN)/goreleaser check

.PHONY: trunk/lint
trunk/lint: $(BIN)/trunk
$(BIN)/trunk check

.PHONY: trunk/fmt
trunk/fmt: $(BIN)/trunk
$(BIN)/trunk fmt

.PHONY: helm/check
helm/check: $(BIN)/kubeconform $(BIN)/helm
$(BIN)/helm repo add --force-update minio https://charts.min.io/
Expand Down

0 comments on commit 256ad25

Please sign in to comment.