Parcourir la source

Merge pull request #447 from Shopify/add-rubocop-config

Add Rubocop config file
Jamie Dwyer il y a 6 ans
Parent
commit
f8f6e3c156
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      .rubocop.yml

+ 8 - 0
.rubocop.yml

@@ -0,0 +1,8 @@
+inherit_from:
+  - https://shopify.github.io/ruby-style-guide/rubocop.yml
+
+AllCops:
+  TargetRubyVersion: 2.4
+
+Rails:
+  Enabled: false