diff options
Diffstat (limited to 'scripts/lint')
-rwxr-xr-x | scripts/lint | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/lint b/scripts/lint new file mode 100755 index 0000000..7850f0e --- /dev/null +++ b/scripts/lint @@ -0,0 +1,3 @@ +#!/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 |