diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-06 21:07:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-06 21:07:44 +0800 |
commit | 58e2c5fcac685540155811866991785891fec214 (patch) | |
tree | 01d64235d3aba0855f947403abe57fca0f3bf04c | |
parent | ssh: Remove unnecessary conversion (diff) | |
download | forge-58e2c5fcac685540155811866991785891fec214.tar.gz forge-58e2c5fcac685540155811866991785891fec214.tar.zst forge-58e2c5fcac685540155811866991785891fec214.zip |
lint: Add lint script
-rwxr-xr-x | lint | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |