Browse Source

Create .golangci.yaml

Signed-off-by: Corey Daley <cdaley@redhat.com>
coreydaley-patch-1
Corey Daley 1 year ago committed by GitHub
parent
commit
d033abe4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .golangci.yaml

12
.golangci.yaml

@ -0,0 +1,12 @@
linters:
enable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- unused
- contextcheck
- goconst
- gofmt
- misspell
Loading…
Cancel
Save