initial commit

This commit is contained in:
Konstantin Lepa
2019-02-18 16:57:54 +03:00
committed by Nikolay Stupak
commit 6658817311
25 changed files with 2742 additions and 0 deletions

29
.golangci.yml Normal file
View File

@ -0,0 +1,29 @@
# Copyright (C) JSC iCore - All Rights Reserved
#
# Unauthorized copying of this file, via any medium is strictly prohibited
# Proprietary and confidential
#
# Written by Konstantin Lepa <klepa@i-core.ru>, September 2018
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