HBASE-22358 Change rubocop configuration for method length

This commit is contained in:
Murtaza Hassan 2019-05-08 16:00:41 +02:00 committed by Jan Hentschel
parent 4eab21b2f0
commit 8b5b6ce3ec
No known key found for this signature in database
GPG Key ID: 5CD818B19CC299A3
1 changed files with 4 additions and 1 deletions

View File

@ -5,4 +5,7 @@ Layout/IndentHeredoc:
Enabled: false
Metrics/LineLength:
Max: 100
Max: 100
Metrics/MethodLength:
Max: 75