Selaa lähdekoodia

Minor - Ignore files in CI

jmontoyaa 7 vuotta sitten
vanhempi
commit
79fca38f9b
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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: