Commit Graph
8 Commits
Author SHA1 Message Date
onyx_online 4ed567e464 enable errcheck linter 2026-02-15 15:12:29 +00:00
onyx_online c8cfef858c enable goconst linter
add package level constants for true/false str values
2026-02-15 14:58:59 +00:00
onyx_online 23285e6e50 add godot linter 2026-02-15 12:47:35 +00:00
onyx_online b6b64781ed add staticcheck linter 2026-02-15 12:46:05 +00:00
onyx_online 9bc4d21739 enable unparam linter 2026-02-15 12:44:52 +00:00
onyx_online 7a0d5c56e5 enable revive linter
- add package comments
- fix redeclaration of built-in min/max
- add comments to exported types
- remove unused parameters
2026-02-15 12:22:22 +00:00
onyx_online 19fda4daec migrate golangci-lint config to version 2
update golangci action
2026-02-15 11:59:50 +00:00
onyx_online 4616ac7aa5 replace makefile with taskfile
add CI config + action
2026-01-31 02:33:41 +00:00