diff --git a/.rubocop.yml b/.rubocop.yml index f41ab837..3c57e969 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -23,7 +23,7 @@ Layout: Lint: Enabled: true -Metrics/LineLength: +Layout/LineLength: Max: 120 Exclude: - "test/models/bedel_test.rb"