소스 검색

Merge pull request #9619 from Jeldo/Fix-syntax-error-on-golangci-run-configuration

Fix golangci syntax error in run configuration
Guillaume Lours 3 년 전
부모
커밋
83744f7e99
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      .golangci.yml

+ 2 - 4
.golangci.yml

@@ -1,8 +1,6 @@
+run:
+  concurrency: 2
 linters:
-  run:
-    concurrency: 2
-    skip-dirs:
-      - tests/composefiles
   enable-all: false
   disable-all: true
   enable: