]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Rubocop fixes for ruby 2.5
[rails.git] / .rubocop.yml
index abf25d3cd47a57968b6a0cf595c68150c48b69a2..690d984f74ad8c94962a24c2224c2107fcbe4841 100644 (file)
@@ -1,7 +1,7 @@
 inherit_from: .rubocop_todo.yml
 
 AllCops:
-  TargetRubyVersion: 2.3
+  TargetRubyVersion: 2.5
 
 Rails:
   Enabled: true
@@ -56,10 +56,6 @@ Style/FormatStringToken:
 Style/IfInsideElse:
   Enabled: false
 
-Style/GlobalVars:
-  Exclude:
-    - 'lib/quad_tile/extconf.rb'
-
 Style/GuardClause:
   Enabled: false