Explorar o código

ci: mirror lint config from `main`

Joe Chen %!s(int64=3) %!d(string=hai) anos
pai
achega
d06ba7e527
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .golangci.yml

+ 5 - 0
.golangci.yml

@@ -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