config/default.yml in rubocop-standard-2.1.1 vs config/default.yml in rubocop-standard-3.0.0

- old
+ new

@@ -1,7 +1,6 @@ require: - - rubocop/cop/standard - rubocop-performance Bundler/DuplicatedGem: Enabled: true @@ -27,10 +26,13 @@ Enabled: true Layout/InitialIndentation: Enabled: true +Layout/LineLength: + Enabled: false + Layout/SpaceAfterColon: Enabled: true Layout/SpaceAfterComma: Enabled: true @@ -181,13 +183,10 @@ Enabled: false Metrics/CyclomaticComplexity: Enabled: false -Metrics/LineLength: - Enabled: false - Metrics/MethodLength: Enabled: false Metrics/ModuleLength: Enabled: false @@ -271,9 +270,12 @@ Style/Copyright: Enabled: false Style/DefWithParentheses: Enabled: true + +Style/Documentation: + Enabled: false Style/EndBlock: Enabled: true Style/For: