]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Use https compatible names for GPS tile servers
[rails.git] / .rubocop.yml
index f12f24a9f4c0b4a6215032efadfed4a27845042d..975457d9572a6670386e154be340781a44913299 100644 (file)
@@ -1,5 +1,9 @@
 inherit_from: .rubocop_todo.yml
 
+AllCops:
+  Include:
+    - '**/*.builder'
+
 Rails:
   Enabled: true
 
@@ -33,3 +37,6 @@ Style/HashSyntax:
 
 Style/StringLiterals:
   EnforcedStyle: double_quotes
+
+Rails/HttpPositionalArguments:
+  Enabled: false