From: Andy Allan Date: Wed, 3 Oct 2018 12:07:10 +0000 (+0200) Subject: Remove rubocop reference to quad_tile code X-Git-Tag: live~3378 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/0619ff58a80c84660deca50bbeef90903e712e92?hp=-c Remove rubocop reference to quad_tile code --- 0619ff58a80c84660deca50bbeef90903e712e92 diff --git a/.rubocop.yml b/.rubocop.yml index 31c14773c..cb301ece1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -56,10 +56,6 @@ Style/FormatStringToken: Style/IfInsideElse: Enabled: false -Style/GlobalVars: - Exclude: - - 'lib/quad_tile/extconf.rb' - Style/GuardClause: Enabled: false