blob: 7850f0ee01cc372842c109721bda12b0713dd568 (
plain) (
tree)
|
|
#!/bin/sh
golangci-lint run . --enable-all --disable wsl,wrapcheck,nlreturn,nonamedreturns,mnd,lll,intrange,godox,gochecknoglobals,gochecknoinits,forcetypeassert,gofmt,gofumpt,revive,stylecheck,exhaustruct,godot,unparam,err113,depguard
|