浏览代码

disable interfacer check

D1CED 4 年之前
父节点
当前提交
260594f42a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .golangci.yml

+ 2 - 2
.golangci.yml

@@ -60,7 +60,6 @@ linters:
     - gosimple
     - govet
     - ineffassign
-    - interfacer
     - lll
     - misspell
     - nakedret
@@ -85,7 +84,8 @@ linters:
     #- funlen
     #- dogsled
     # disabled for now
-    # - godox
+    #- godox
+    #- interfacer
 
 issues:
   # Excluding configuration per-path, per-linter, per-text and per-source