Skip to content

Commit 6c98dcd

Browse files
ugiordanclaude
andcommitted
Add golangci-lint pre-commit hook using make lint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 98d2c00 commit 6c98dcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ repos:
2222
language: system
2323
pass_filenames: false
2424
types: [go]
25+
- id: golangci-lint
26+
name: golangci-lint
27+
entry: make lint
28+
language: system
29+
pass_filenames: false
2530
- id: go-unit-tests
2631
name: go test
2732
entry: make test

0 commit comments

Comments
 (0)