mirror of https://github.com/gogs/gogs.git
parent
b0a902dcca
commit
d06ba7e527
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue