aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 764bab0..cfd8e63 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -44,7 +44,7 @@ Layout/LineLength:
# The default is just too small.
Metrics/AbcSize:
- Max: 30
+ Max: 40
# We will skip it for tests.
Metrics/ClassLength: