aboutsummaryrefslogtreecommitdiff
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..8c9e220
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,10 @@
+Style/GlobalVars:
+ Enabled: false
+LineLength:
+ Max: 300
+Metrics/PerceivedComplexity:
+ Max: 25
+Metrics/PerceivedComplexity:
+ Max: 25
+Metrics/MethodLength:
+ Max: 40