瀏覽代碼

Add Rubocop config file

Jamie Dwyer 6 年之前
父節點
當前提交
19392f7d63
共有 1 個文件被更改,包括 8 次插入0 次删除
  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