chore: use golangci-lint fmt

This commit is contained in:
Kevin Franklin Kim 2025-04-02 22:46:46 +02:00
parent b12e546743
commit 2cff79c65b
No known key found for this signature in database

View File

@ -8,7 +8,7 @@ hooks:
lint-staged:
'*.go':
- goimports -l -w
- golangci-lint fmt
lint-commit:
types: '^(feat|fix|build|chore|docs|perf|refactor|revert|style|test|wip)$'