]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Teach travis to validate the database schema
[rails.git] / .rubocop.yml
index b33f9046cb87c117925cc8e290392f2021aae270..d5ee8ff383722193f5769416d431faea2c3521c4 100644 (file)
@@ -1,7 +1,9 @@
 inherit_from: .rubocop_todo.yml
 
+require: rubocop-performance
+
 AllCops:
-  TargetRubyVersion: 2.3
+  TargetRubyVersion: 2.5
 
 Rails:
   Enabled: true