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

ci(backend): 添加 ineffassign 配置

parent 0338c83b
......@@ -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:
......
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