Browse Source

update golangci-lint

pull/340/head
aler9 5 years ago
parent
commit
35ea0233f3
  1. 1
      .golangci.yml

1
.golangci.yml

@ -5,6 +5,7 @@ linters:
- gofmt - gofmt
- golint - golint
- misspell - misspell
- prealloc
- unconvert - unconvert
disable: disable:
- errcheck - errcheck

Loading…
Cancel
Save