Commit 974f6721 authored by Forest's avatar Forest
Browse files

ci(backend): 添加 ineffassign 配置

parent 0338c83b
...@@ -49,6 +49,10 @@ linters: ...@@ -49,6 +49,10 @@ linters:
# Display function signature instead of selector. # Display function signature instead of selector.
# Default: false # Default: false
verbose: true verbose: true
ineffassign:
# Check escaping variables of type error, may cause false positives.
# Default: false
check-escaping-errors: true
formatters: formatters:
enable: enable:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment