| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-12 | all: use linter from package pakakeh.go | Shulhan | |
| The gocheck linter implement go statis analysis using [Analyzer] that are not included in the default "go vet". [Analyzer]: https://pkg.go.dev/golang.org/x/tools/go/analysis#hdr-Analyzer | |||
| 2023-03-23 | all: replace golangci-lint with revive | Shulhan | |
| The golangci-lint is become unusable when building with Go tip and their default run does not return any results. This changes fix all code and comments reported by revive. | |||
| 2023-01-31 | make: split the lint task and add golangci-lint as one of the linter | Shulhan | |
| 2023-01-20 | make: print total test coverage and generate coverage files | Shulhan | |
| 2022-11-07 | all: update README, license headers, and add Makefile | Shulhan | |
