Commit 8805d6f
committed
Add linter configuration and update dependencies
Introduces a `.golangci.yml` file to configure static analysis tools, enabling linters such as `govet`, `errcheck`, `staticcheck`, `unused`, and `ineffassign` to ensure code quality.
Also updates the dependency list by adding a checksum for `github.com/niemeyer/pretty`.
These changes improve code maintainability and ensure adherence to best practices.1 parent 7b109ce commit 8805d6f
2 files changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| 408 | + | |
408 | 409 | | |
409 | 410 | | |
410 | 411 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments