Sfoglia il codice sorgente

Add Rubocop config file

Jamie Dwyer 6 anni fa
parent
commit
19392f7d63
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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