diff --git a/.rubocop.yml b/.rubocop.yml index 4d8935f..43651a6 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,7 +8,7 @@ AllCops: Metrics/AbcSize: Max: 40 Metrics/LineLength: - Max: 120 + Max: 125 AllowURI: true URISchemes: - http