From 0619ff58a80c84660deca50bbeef90903e712e92 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 3 Oct 2018 14:07:10 +0200 Subject: [PATCH] Remove rubocop reference to quad_tile code --- .rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.43.2