X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/04c697b468057d1a3604694e7ead9d2c6efd1dfa..d41d52877ed68902c45231a89715470774e7f944:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 5ffc61c41..cfa31cc04 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,7 @@ inherit_from: .rubocop_todo.yml require: + - rubocop-capybara - rubocop-minitest - rubocop-performance - rubocop-rails @@ -55,9 +56,6 @@ Rails/HasManyOrHasOneDependent: Rails/HttpPositionalArguments: Enabled: false -Rails/MigrationClassName: - Enabled: false - Rails/ReflectionClassName: Enabled: false