瀏覽代碼

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

Andrea Campi 11 年之前
父節點
當前提交
fc911f5e2e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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