Browse Source

Lint: exclude ST1016

秋のかえで 3 years ago
parent
commit
61cfe628d3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/linters/.golangci.yml

+ 3 - 0
.github/linters/.golangci.yml

@@ -10,6 +10,9 @@ issues:
     - linters:
         - staticcheck
       text: "SA1019:"
+    - linters:
+        - stylecheck
+      text: "ST1016:"
 
 linters:
   enable: