This commit is contained in:
Пётр Крутов
2022-08-11 08:09:54 +00:00
parent c95208ee97
commit 68d24d41c4
308 changed files with 15470 additions and 85 deletions

21
.golangci.yml Normal file
View File

@@ -0,0 +1,21 @@
linters:
enable:
- bodyclose
- decorder
- dogsled
- errorlint
- exportloopref
- gocognit
- goconst
- gocyclo
- gosec
- ifshort
- makezero
- nestif
- nilerr
- prealloc
- unconvert
- unparam
issues:
max-same-issues: 0