소스 검색

Minor - Ignore files in CI

jmontoyaa 7 년 전
부모
커밋
79fca38f9b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .yamllint_config

+ 1 - 2
.yamllint_config

@@ -1,10 +1,9 @@
-
 ignore: |
     app/*
     .travis.yml
     .codeclimate.yml
     public/libs/*
-
+    plugin/test2pdf/*
 
 extends: default
 rules: