diff --git a/.rubocop.yml b/.rubocop.yml index fe9e1d11..19406c5d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -48,9 +48,6 @@ Layout/ClassStructure: - protected_methods - private_methods -Layout/LineLength: - Max: 120 - # Trailing white space is meaningful in code examples Layout/TrailingWhitespace: AllowInHeredoc: true