]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Use with_locale for the copyright page
[rails.git] / .rubocop.yml
index aa60df305e2613659f470ffcafb57dce3c22941e..cfa31cc048d6423973cd42b78d6ad7d000a63c1b 100644 (file)
@@ -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/InverseOf:
-  Enabled: false
-
 Rails/ReflectionClassName:
   Enabled: false