fix: refactor Makefile to fix checkmake maxbodylength violations (#95)

This commit is contained in:
Copilot
2025-11-11 22:32:21 +02:00
committed by GitHub
parent 3a122c3d0c
commit bec064d0b7
7 changed files with 104 additions and 82 deletions

11
scripts/lint-verbose.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -eu
echo "Running golangci-lint (verbose)..."
golangci-lint run -v ./...
echo "Running checkmake (verbose)..."
checkmake --config=.checkmake --format="{{.Line}}:{{.Rule}}:{{.Violation}}" Makefile
echo "Running shfmt check (verbose)..."
shfmt -d .
echo "Running yamllint (verbose)..."
yamllint .