feat: add linters #11

Merged
jank merged 3 commits from linter into main 2025-04-09 17:40:45 +00:00
Showing only changes of commit 79e4f6c2bf - Show all commits

chore: add golangci lint configuration file
Some checks failed
Go CI / lint (pull_request) Failing after 11s
Lint Pull Request / Lint PR Title (pull_request) Successful in 10s

Jan K9f 2025-04-09 19:37:47 +02:00
Signed by: jank
GPG key ID: B9F475106B20F144

4
.golangci.yml Normal file
View file

@ -0,0 +1,4 @@
version: "2"
linters:
enable:
- revive