| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-29 | all: add missing SPDX license to all files | Shulhan | |
| Convert the old ".reuse/dep5" format to REUSE.toml format using "reuse convert-dep5" command. For generated files, add the ".license" file. Using "reuse annotate ..." it automatically add empty line after "SPDX-FileCopyrightText:", and it also put "SPDX-FileCopyrightText" above the "SPDX-License-Identifier". Now, this project is compliant with version 3.3 of the REUSE Specification. | |||
| 2025-12-29 | make: replace external linter with gocheck | Shulhan | |
| The fieldalignment and shadow is a linter from golang.org/x/tools. This program actually have an API that can be used. The pakakeh.go/lib/goanalysis wrap those APIs into a single function call that can be run inside a main. This minimize and simplified our tools dependencies. | |||
