Browse Source

update golangci-lint

pull/442/head
aler9 4 years ago
parent
commit
a657eb0877
  1. 2
      .golangci.yml

2
.golangci.yml

@ -1,7 +1,9 @@
linters: linters:
enable: enable:
- bodyclose
- exportloopref - exportloopref
- gochecknoinits
- gocritic - gocritic
- gofmt - gofmt
- golint - golint

Loading…
Cancel
Save