From 58e2c5fcac685540155811866991785891fec214 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 21:07:44 +0800 Subject: lint: Add lint script --- lint | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 lint (limited to 'lint') diff --git a/lint b/lint new file mode 100755 index 0000000..7850f0e --- /dev/null +++ b/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 -- cgit v1.2.3