Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
851 B
56 lines
851 B
issues: |
|
exclude: |
|
- G203 |
|
|
|
linters: |
|
disable-all: true |
|
enable: |
|
- bodyclose |
|
- deadcode |
|
- depguard |
|
- dogsled |
|
- dupl |
|
- errcheck |
|
- exhaustive |
|
- goconst |
|
- gocritic |
|
- gocyclo |
|
- goimports |
|
- goprintffuncname |
|
- gosec |
|
- gosimple |
|
- govet |
|
- ineffassign |
|
- nakedret |
|
- nolintlint |
|
- rowserrcheck |
|
- staticcheck |
|
- structcheck |
|
- stylecheck |
|
- typecheck |
|
- unconvert |
|
- unparam |
|
- unused |
|
- varcheck |
|
- whitespace |
|
- noctx |
|
- misspell |
|
# - golint |
|
# - gochecknoinits |
|
# - funlen |
|
# - gofmt |
|
# - scopelint |
|
# - interfacer |
|
# - gomnd |
|
# - lll |
|
# - asciicheck |
|
# - gochecknoglobals |
|
# - gocognit |
|
# - godot |
|
# - godox |
|
# - goerr113 |
|
# - maligned |
|
# - nestif |
|
# - prealloc |
|
# - testpackage |
|
# - wsl
|
|
|