]> git.openstreetmap.org Git - rails.git/commitdiff
Remove rubocop reference to quad_tile code
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Oct 2018 12:07:10 +0000 (14:07 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Oct 2018 12:07:10 +0000 (14:07 +0200)
.rubocop.yml

index 31c14773c1b0e994f215efa5f3916f9672434900..cb301ece1641571dcf263949f2aa7fa3e6cacdc8 100644 (file)
@@ -56,10 +56,6 @@ Style/FormatStringToken:
 Style/IfInsideElse:
   Enabled: false
 
-Style/GlobalVars:
-  Exclude:
-    - 'lib/quad_tile/extconf.rb'
-
 Style/GuardClause:
   Enabled: false