Browse Source

update golangci-lint

pull/883/head
aler9 4 years ago
parent
commit
a71f0fe97f
  1. 3
      .golangci.yml

3
.golangci.yml

@ -1,6 +1,7 @@
linters: linters:
enable: enable:
- asciicheck
- bodyclose - bodyclose
- dupl - dupl
- exportloopref - exportloopref
@ -11,8 +12,10 @@ linters:
- misspell - misspell
- lll - lll
- prealloc - prealloc
- predeclared
- revive - revive
- unconvert - unconvert
- wastedassign
- whitespace - whitespace
disable: disable:
- errcheck - errcheck

Loading…
Cancel
Save