소스 검색

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"