浏览代码

Merge pull request #39960 from thaJeztah/lint_integration_cli

integration-cli: enable golangci-lint
Akihiro Suda 5 年之前
父节点
当前提交
4e8cf9f5dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hack/validate/golangci-lint.yml

+ 1 - 1
hack/validate/golangci-lint.yml

@@ -19,8 +19,8 @@ linters:
     modules-download-mode: vendor
 
     skip-dirs:
+      - bundles
       - docs
-      - integration-cli
 
     skip-files:
       - ".*\\.pb\\.go"