.rubocop.yml in webpack_manifest_plugin-0.1.1 vs .rubocop.yml in webpack_manifest_plugin-0.1.2

- old
+ new

@@ -1,8 +1,8 @@ AllCops: Exclude: - - 'spec/test_app/*' + - 'spec/test_app/**/*' - spec/controllers/main_controller_spec.rb Metrics/LineLength: Max: 120 Exclude: - 'spec/**/*' @@ -10,5 +10,7 @@ CountComments: false Exclude: - 'spec/**/*' - 'lib/webpack_manifest_plugin/tasks/main.rake' - 'webpack_manifest_plugin.gemspec' +Style/FrozenStringLiteralComment: + Enabled: false