From 928662ca84796af86ba31652f05725a6c48061ed Mon Sep 17 00:00:00 2001 From: John Boyes Date: Sat, 22 Aug 2020 09:49:53 +0000 Subject: [PATCH] Use the RuboCop default line length of 120 chars [RuboCop changed the default from 80 chars to 120][1] in May 2020. [1]: https://github.com/rubocop-hq/rubocop/pull/7952 --- .rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 194ab1e..35a4906 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,4 @@ --- -Layout/LineLength: - Max: 100 Style/FrozenStringLiteralComment: Enabled: false