arche / .golangci.yml

commit 154431fd
1version: "2"
2
3linters:
4  default: none
5  enable:
6    - ineffassign
7    - staticcheck
8    - unused