소스 검색

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