Commit 3d3a186
Changed files (2)
.golangci.yml
@@ -0,0 +1,21 @@
+run:
+ timeout: 5m
+ go: "1.24"
+
+linters:
+ disable-all: true
+ enable:
+ - errcheck
+ - gosimple
+ - govet
+ - ineffassign
+ - staticcheck
+ - unused
+ - gofmt
+ - goimports
+
+issues:
+ exclude-rules:
+ - path: "_test\\.go"
+ linters:
+ - errcheck
\ No newline at end of file
git
Binary file