Browse Source

Merge pull request #39960 from thaJeztah/lint_integration_cli

integration-cli: enable golangci-lint
Akihiro Suda 5 years ago
parent
commit
4e8cf9f5dd
1 changed files with 1 additions and 1 deletions
  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"