mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-02-11 10:48:38 +00:00
fix: refactor Makefile to fix checkmake maxbodylength violations (#95)
This commit is contained in:
11
scripts/lint-verbose.sh
Executable file
11
scripts/lint-verbose.sh
Executable 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 .
|
||||
Reference in New Issue
Block a user