This commit is contained in:
2026-03-19 14:52:12 +03:00
commit c5aca289a5
15 changed files with 3116 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
version: "2"
linters:
default: none
enable:
- errcheck
- govet
- staticcheck
- unused
- gocritic
- misspell
- prealloc
- unconvert
- unparam
formatters:
enable:
- goimports
linters-settings:
goimports:
local-prefixes:
- gorena/server