aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/.rubocop.yml')
-rw-r--r--src/ruby/.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/.rubocop.yml b/src/ruby/.rubocop.yml
index d13ce42655..34bb477543 100644
--- a/src/ruby/.rubocop.yml
+++ b/src/ruby/.rubocop.yml
@@ -11,10 +11,10 @@ AllCops:
- 'pb/test/**/*'
Metrics/CyclomaticComplexity:
- Max: 8
+ Max: 9
Metrics/PerceivedComplexity:
- Max: 8
+ Max: 9
Metrics/ClassLength:
Max: 250