]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Use with_locale for the copyright page
[rails.git] / .rubocop.yml
index 200ab8a00816b92077b78ea72c7908636d9a989e..cfa31cc048d6423973cd42b78d6ad7d000a63c1b 100644 (file)
@@ -1,9 +1,11 @@
 inherit_from: .rubocop_todo.yml
 
 require:
+  - rubocop-capybara
   - rubocop-minitest
   - rubocop-performance
   - rubocop-rails
+  - rubocop-rake
 
 AllCops:
   TargetRubyVersion: 2.7
@@ -54,7 +56,7 @@ Rails/HasManyOrHasOneDependent:
 Rails/HttpPositionalArguments:
   Enabled: false
 
-Rails/InverseOf:
+Rails/ReflectionClassName:
   Enabled: false
 
 Rails/SkipsModelValidations: