1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-17 11:12:26 +08:00

improve comment

This commit is contained in:
houseme
2024-07-19 11:26:06 +08:00
parent 01eedc4274
commit ba0a1477eb
5 changed files with 25 additions and 34 deletions

View File

@@ -24,12 +24,12 @@ linters:
- rowserrcheck
- staticcheck
- stylecheck
- typecheck
# - typecheck
- unconvert
- unparam
- unused
- whitespace
- revive
# - revive
issues:
include:
@@ -53,10 +53,3 @@ linters-settings:
lines: 66
statements: 50
#issues:
# include:
# - EXC0002 # disable excluding of issues about comments from golint
# exclude-rules:
# - linters:
# - stylecheck
# text: "ST1000:"