1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-28 14:50:26 +08:00

chore: make lint happy

This commit is contained in:
源文雨
2024-07-11 18:26:17 +09:00
parent 2ad307df60
commit 9db2c9e0a6
2 changed files with 19 additions and 12 deletions

View File

@@ -4,8 +4,9 @@ linters-settings:
exclude-functions:
- fmt:.*
- io/ioutil:^Read.*
- github.com/fumiama/WireGold/helper.(*Writer).(Write.*)
- github.com/fumiama/WireGold/upper/services/tunnel.(*Tunnel).(Write|Read)
- os:\(\*File\)\..*
- github.com/fumiama/WireGold/helper:\(\*Writer\)\.Write.*
- github.com/fumiama/WireGold/upper/services/tunnel:\(\*Tunnel\)\.(Write|Read)
goimports:
local-prefixes: github.com/fumiama/WireGold