소스 검색

no usestdlibvars

Michael Yang 11 달 전
부모
커밋
42660466f8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .golangci.yaml

+ 2 - 1
.golangci.yaml

@@ -20,6 +20,7 @@ linters:
     - testifylint
     - unconvert
     - unused
-    - usestdlibvars
+    # TODO: bmizerany says no :(
+    # - usestdlibvars
     - wastedassign
     - whitespace