Browse Source

Minor - Ignore files in CI

jmontoyaa 7 years ago
parent
commit
79fca38f9b
1 changed files with 1 additions and 2 deletions
  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: