]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Use the new exclusion format in Rubocop
authorTim Smith <tsmith84@gmail.com>
Tue, 15 Sep 2015 22:12:51 +0000 (15:12 -0700)
committerTim Smith <tsmith84@gmail.com>
Tue, 15 Sep 2015 22:12:51 +0000 (15:12 -0700)
.rubocop.yml

index 0fde6a5e604953d3c4b69a75ce80f972aafb782b..aee74b13489d9b9a3ca9104fb2d4b93e62bb9544 100644 (file)
@@ -6,7 +6,7 @@ AllCops:
     - Thorfile
     - Guardfile
   Exclude:
-    - vendor/**
+    - vendor/**/*
 
 ClassLength:
   Enabled: false