diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/lint | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/lint b/scripts/lint index 7850f0e..14e5002 100755 --- a/scripts/lint +++ b/scripts/lint @@ -1,3 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileContributor: Runxi Yu <https://runxiyu.org> + 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 |