Quellcode durchsuchen

Add Rubocop config file

Jamie Dwyer vor 6 Jahren
Ursprung
Commit
19392f7d63
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  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