X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..25951cae383261e057c1a136395780dc88822a6c:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index b33f9046c..d5ee8ff38 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,9 @@ inherit_from: .rubocop_todo.yml +require: rubocop-performance + AllCops: - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.5 Rails: Enabled: true