summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 08bc621..4762417 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -17,3 +17,9 @@ Metrics/MethodLength:
Metrics/ClassLength:
Max: 500
+
+Layout/LineLength:
+ Enabled: false
+
+Style/Documentation:
+ Enabled: false