.rubocop_todo.yml in active_encode-0.6.0 vs .rubocop_todo.yml in active_encode-0.7.0

- old
+ new

@@ -38,17 +38,19 @@ - 'lib/file_locator.rb' RSpec/AnyInstance: Exclude: - 'spec/integration/ffmpeg_adapter_spec.rb' + - 'spec/integration/pass_through_adapter_spec.rb' RSpec/ExampleLength: Enabled: false RSpec/InstanceVariable: Exclude: - 'spec/integration/ffmpeg_adapter_spec.rb' + - 'spec/integration/pass_through_adapter_spec.rb' RSpec/MessageSpies: Exclude: - 'spec/integration/matterhorn_adapter_spec.rb' - 'spec/integration/ffmpeg_adapter_spec.rb' @@ -59,6 +61,7 @@ RSpec/VerifiedDoubles: Enabled: false Style/GuardClause: Exclude: + - 'lib/active_encode/engine_adapters/pass_through_adapter.rb' - 'lib/file_locator.rb'