X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c0c817b5429779e7bca1cb3958b7ad3e7d353c54..f256c63d2829497238c8e390512c6b6b2834fda4:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 1c41c027a..ac29f4fc8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,11 +1,13 @@ inherit_from: .rubocop_todo.yml require: + - rubocop-minitest - rubocop-performance - rubocop-rails AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 + NewCops: enable Exclude: - 'vendor/**/*' @@ -65,7 +67,8 @@ Style/Documentation: Enabled: false Style/FormatStringToken: - EnforcedStyle: template + Exclude: + - 'config/routes.rb' Style/IfInsideElse: Enabled: false