Skip to content
Snippets Groups Projects
Commit 06a92696 authored by Wolfgang Welz's avatar Wolfgang Welz
Browse files

Add initial golangci-lint config

parent b9259fb6
No related branches found
No related tags found
No related merge requests found
run:
tests: true
linters-settings:
gofmt:
simplify: true
goimports:
local-prefixes: github.com/iotaledger/goshimmer
golint:
min-confidence: 0.9
gocyclo:
min-complexity: 15
govet:
check-shadowing: true
misspell:
locale: US
linters:
enable:
- misspell
- gofmt
- goimports
- govet
disable:
- errcheck
- gochecknoglobals
- golint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment