2019-05-24 15:13:15 +02:00
|
|
|
# Copyright (c) JSC iCore.
|
|
|
|
|
|
|
|
# This source code is licensed under the MIT license found in the
|
|
|
|
# LICENSE file in the root directory of this source tree.
|
2019-02-18 14:57:54 +01:00
|
|
|
|
|
|
|
run:
|
|
|
|
test: true
|
|
|
|
silent: true
|
|
|
|
linters-settings:
|
|
|
|
govet:
|
|
|
|
check-shadowing: true
|
|
|
|
linters:
|
|
|
|
disable-all: true
|
|
|
|
enable:
|
|
|
|
- deadcode
|
|
|
|
- gofmt
|
|
|
|
- goimports
|
|
|
|
- golint
|
|
|
|
- varcheck
|
|
|
|
- structcheck
|
|
|
|
- megacheck
|
|
|
|
- ineffassign
|
|
|
|
- interfacer
|
|
|
|
- unconvert
|
|
|
|
- govet
|
2019-05-15 14:03:05 +02:00
|
|
|
issues:
|
|
|
|
exclude-use-default: false
|