aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 0000000..ec287a1
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,10 @@
+
+AllCops:
+ NewCops: enable
+
+Metrics/BlockLength:
+ Exclude:
+ - 'spec/**/*'
+
+
+inherit_from: .rubocop_todo.yml