Skip to content

Commit 725b490

Browse files
fullstackjamclaude
andauthored
chore: remove quality scorecard and redundant lint/security targets (#28)
The quality/ scorecard output and scripts/quality-score.sh are one-off artifacts. The Makefile's quality-lint target duplicates what CI already runs via golangci-lint-action, and quality-security runs gosec which is already enabled as a linter in .golangci.yml. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 1f5ef62 commit 725b490

3 files changed

Lines changed: 1 addition & 359 deletions

File tree

Makefile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.PHONY: test-unit test-integration test-e2e test-destructive test-smoke test-smoke-prebuilt test-coverage test-all \
22
test-vm test-vm-run test-vm-quick test-vm-release test-vm-full \
3-
install-hooks uninstall-hooks \
4-
quality-lint quality-security
3+
install-hooks uninstall-hooks
54

65
BINARY_NAME=openboot
76
BINARY_PATH=./$(BINARY_NAME)
@@ -118,13 +117,3 @@ uninstall-hooks:
118117
rm -f .git/hooks/$$hook; \
119118
echo "✓ removed .git/hooks/$$hook"; \
120119
done
121-
122-
# =============================================================================
123-
# Code quality
124-
# =============================================================================
125-
126-
quality-lint: ## Run golangci-lint
127-
golangci-lint run ./...
128-
129-
quality-security: ## Run gosec
130-
gosec ./...

quality/score.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

scripts/quality-score.sh

Lines changed: 0 additions & 315 deletions
This file was deleted.

0 commit comments

Comments
 (0)