X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e89742928ddccbe127955f94be4be61e13f1faed..c51786d10bc6dda488964f468a6a3071dd6912a8:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 1c41c027a..d9fcce7c6 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 + NewCops: enable Exclude: - 'vendor/**/*'