*(global): upgrade dependencies, start using Go v1.14

This commit is contained in:
Andrey Meshkov
2020-04-05 18:21:26 +03:00
parent c73dd5577f
commit d5b826e12f
7 changed files with 131 additions and 116 deletions

View File

@@ -29,19 +29,26 @@ linters-settings:
line-length: 200
linters:
enable-all: true
disable:
- interfacer
- gocritic
- scopelint
- gochecknoglobals
- gochecknoinits
- prealloc
- maligned
- godox
- funlen
- whitespace
- goconst # disabled until it's possible to configure
enable:
- deadcode
- errcheck
- govet
- ineffassign
- staticcheck
- structcheck
- unused
- varcheck
- bodyclose
- depguard
- dupl
- gocyclo
- goimports
- golint
- gosec
- misspell
- stylecheck
- unconvert
disable-all: true
fast: true
issues: