Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.PHONY: test-unit test-integration test-e2e test-destructive test-smoke test-smoke-prebuilt test-coverage test-all \
test-vm test-vm-run test-vm-quick test-vm-release test-vm-full \
install-hooks uninstall-hooks \
quality-lint quality-security
install-hooks uninstall-hooks

BINARY_NAME=openboot
BINARY_PATH=./$(BINARY_NAME)
Expand Down Expand Up @@ -118,13 +117,3 @@ uninstall-hooks:
rm -f .git/hooks/$$hook; \
echo "✓ removed .git/hooks/$$hook"; \
done

# =============================================================================
# Code quality
# =============================================================================

quality-lint: ## Run golangci-lint
golangci-lint run ./...

quality-security: ## Run gosec
gosec ./...
32 changes: 0 additions & 32 deletions quality/score.json

This file was deleted.

315 changes: 0 additions & 315 deletions scripts/quality-score.sh

This file was deleted.

Loading