configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-0.1.2 vs configs/rubocop/gds-ruby-styleguide.yml in govuk-lint-0.2.0

- old
+ new

@@ -47,11 +47,11 @@ Description: Keep indentation straight. Enabled: true LineLength: Description: Limit lines to 80 characters. - Enabled: true + Enabled: false Max: 80 # Supports --auto-correct SpaceAroundOperators: Description: Use spaces around operators. @@ -309,10 +309,10 @@ Enabled: true # Supports --auto-correct StringLiterals: Description: Checks if uses of quotes match the configured preference. - Enabled: true + Enabled: false EnforcedStyle: double_quotes SupportedStyles: - single_quotes - double_quotes