Selaa lähdekoodia

Temporarily disable lint checking until we fix a few foodcritic warnings.

Andrea Campi 11 vuotta sitten
vanhempi
commit
fc911f5e2e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      test/kitchen/Kitchenfile

+ 1 - 0
test/kitchen/Kitchenfile

@@ -1,4 +1,5 @@
 cookbook "application" do
   configuration "basic_app"
+  lint false                  # XXX
   run_list_extras ['application_test::setup']
 end