ci: mirror lint config from main

This commit is contained in:
Joe Chen
2022-05-05 16:18:01 +08:00
parent b0a902dcca
commit d06ba7e527

View File

@@ -1,4 +1,9 @@
linters-settings:
staticcheck:
checks: [
"all",
"-SA1019" # There are valid use cases of strings.Title
]
nakedret:
max-func-lines: 0 # Disallow any unnamed return statement