Enable simplifycompositelit check in CI

This will fail the build when there are redundant types in composite
struct literals.
This commit is contained in:
Mislav Marohnić 2020-06-12 15:59:25 +02:00
parent 7aa1caf4ed
commit ba9370ab1f

3
.golangci.yml Normal file
View file

@ -0,0 +1,3 @@
linters:
enable:
gofmt