Browse Source

update golangci-lint

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

1
.golangci.yml

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

Loading…
Cancel
Save