Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
974f6721
Commit
974f6721
authored
Dec 20, 2025
by
Forest
Browse files
ci(backend): 添加 ineffassign 配置
parent
0338c83b
Changes
1
Show whitespace changes
Inline
Side-by-side
backend/.golangci.yml
View file @
974f6721
...
...
@@ -49,6 +49,10 @@ linters:
# Display function signature instead of selector.
# Default: false
verbose
:
true
ineffassign
:
# Check escaping variables of type error, may cause false positives.
# Default: false
check-escaping-errors
:
true
formatters
:
enable
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment