From 58e2c5fcac685540155811866991785891fec214 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 06 Mar 2025 21:07:44 +0800 Subject: [PATCH] lint: Add lint script --- lint | 3 +++ diff --git a/lint b/lint new file mode 100755 index 0000000000000000000000000000000000000000..7850f0ee01cc372842c109721bda12b0713dd568 --- /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 -- 2.48.1