]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Localisation updates from https://translatewiki.net.
[rails.git] / .rubocop.yml
index cbd62a052512bc82c9b6858a965391f206fb5327..1ae01086a36590d17fcb82ec3578b495fedfa618 100644 (file)
@@ -35,10 +35,7 @@ Naming/FileName:
     - 'script/locale/reload-languages'
     - 'script/update-spam-blocks'
 
-Naming/UncommunicativeMethodParamName:
-  Enabled: false
-
-Rails/ApplicationRecord:
+Naming/MethodParameterName:
   Enabled: false
 
 Rails/CreateTableWithTimestamps:
@@ -64,6 +61,9 @@ Rails/SkipsModelValidations:
 Style/BracesAroundHashParameters:
   EnforcedStyle: context_dependent
 
+Style/Documentation:
+  Enabled: false
+
 Style/FormatStringToken:
   EnforcedStyle: template