浏览代码

disable intrange

Michael Yang 11 月之前
父节点
当前提交
ad40b92b6a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .golangci.yaml

+ 2 - 1
.golangci.yaml

@@ -12,7 +12,8 @@ linters:
     # FIXME: for some reason this errors on windows
     # FIXME: for some reason this errors on windows
     # - gofmt
     # - gofmt
     # - goimports
     # - goimports
-    - intrange
+    # TODO: disable for now
+    # - intrange
     - misspell
     - misspell
     - nilerr
     - nilerr
     - nolintlint
     - nolintlint