mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 10:26:05 +02:00
ci: mirror lint config from main
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user