Affaan Mustafa 0e9f613fd1 Revert "feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)"
This reverts commit 1bd68ff534202ac2bf8c1eb264ea33a1302907a6.
2026-02-20 01:11:30 -08:00

466 B

description, globs, alwaysApply
description globs alwaysApply
Go hooks: gofmt/goimports auto-format, go vet, staticcheck
**/*.go
false

Go Hooks

This file extends common/hooks.md with Go specific content.

PostToolUse Hooks

Configure in ~/.claude/settings.json:

  • gofmt/goimports: Auto-format .go files after edit
  • go vet: Run static analysis after editing .go files
  • staticcheck: Run extended static checks on modified packages