ソースを参照

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: