containers / containers/tar-diff
Create .golangci.yml configuration
Open
- Dominant language
- Go
- Stars
- 66
- Forks
- 27
- Avg merge
- 14d 3h
- Merged PRs (30d)
- 1
Description
Create a `.golangci.yml` configuration file enabling additional linters:
- `gofmt`, `goimports` - Code formatting
- `govet`, `errcheck` - Code correctness
- `staticcheck`, `gosec` - Security and static analysis
- `misspell`, `gocritic` - Style
The Makefile already runs golangci-lint but there is no configuration file to customize which linters are enabled.
## Dependencies
- Depends on #22 (Go 1.25+ update)
Contributor guide
Assessment
This issue has not been assessed yet.