]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Fixed comment textarea going off the sidebar, added border-radius to form fields
[rails.git] / .rubocop.yml
index 87abac9a3becdd243a02b10ef612b2781d0a8004..c211cc2fdb02707384d2dd0286ff88349d3e08a4 100644 (file)
@@ -6,6 +6,8 @@ require:
 
 AllCops:
   TargetRubyVersion: 2.5
+  Exclude:
+    - 'vendor/**/*'
 
 Rails:
   Enabled: true
@@ -33,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: