Junie: write golangci-lint config.

This commit is contained in:
2025-06-06 10:19:49 -07:00
parent e22c12fd39
commit 3d5fce5c44
2 changed files with 241 additions and 0 deletions

View File

@@ -118,5 +118,13 @@
- Run tests: =go test ./...=
- Run linter: =golangci-lint run=
- Run specific linter: =golangci-lint run --disable-all --enable=gosec=
The project uses a strict golangci-lint configuration defined in =.golangci.yml=.
This configuration includes a comprehensive set of linters focused on:
- Security best practices
- Code quality and maintainability
- Performance considerations
- Error handling correctness
See the [[file:docs/installation.org][Installation and Usage Guide]] for more details.