- Agent roles and coordination features - Chat API integration testing - New configuration and workspace management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
275 B
YAML
19 lines
275 B
YAML
linters:
|
|
enable:
|
|
- bodyclose
|
|
- dupword # Checks for duplicate words in the source code
|
|
- gofmt
|
|
- goimports
|
|
- ineffassign
|
|
- misspell
|
|
- revive
|
|
- staticcheck
|
|
- unconvert
|
|
- unused
|
|
- vet
|
|
disable:
|
|
- errcheck
|
|
|
|
run:
|
|
deadline: 2m
|