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