diff --git a/.rubocop.yml b/.rubocop.yml index db3af4f..5f8c277 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,5 +29,5 @@ Style/FormatStringToken: # TODO: gradually bring this down to 80 as we fix files # Let's not open a big PR to fix all of these at once - # we can fix gradually if we happen to be editing a file that has a violation -Metrics/LineLength: +Layout/LineLength: Max: 110