.rubocop.yml in anyway_config-1.0.0 vs .rubocop.yml in anyway_config-1.1.0

- old
+ new

@@ -11,11 +11,11 @@ - 'tmp/**/*' - 'gemfiles/vendor/**/*' - 'vendor/**/*' DisplayCopNames: true StyleGuideCopsOnly: false - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.2 Style/Documentation: Exclude: - 'spec/**/*.rb' @@ -34,5 +34,11 @@ Exclude: - 'spec/**/*.rb' Metrics/LineLength: Max: 100 + +Bundler/OrderedGems: + Enabled: false + +Style/MutableConstant: + Enabled: false