Sha256: d27ac394fd74f011e075b493035d19b6a6f59cd50c86632925e54e0495887b12

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

Bundler/DuplicatedGem:
  Enabled: false

Metrics/AbcSize:
  Exclude:
    - 'lib/active_encode/engine_adapters/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/BlockNesting:
  Exclude:
    - 'lib/file_locator.rb'

Metrics/ClassLength:
  Exclude:
    - 'lib/active_encode/engine_adapters/*'

Metrics/CyclomaticComplexity:
  Exclude:
    - 'lib/active_encode/engine_adapters/ffmpeg_adapter.rb'
    - 'lib/active_encode/engine_adapters/zencoder_adapter.rb'

Metrics/LineLength:
  Exclude:
    - 'lib/active_encode/engine_adapters/matterhorn_adapter.rb'
    - 'spec/**/*'

Metrics/MethodLength:
  Exclude:
    - 'lib/active_encode/engine_adapters/*'
    - 'lib/file_locator.rb'

Metrics/PerceivedComplexity:
  Exclude:
    - 'lib/active_encode/engine_adapters/ffmpeg_adapter.rb'
    - 'lib/file_locator.rb'

RSpec/AnyInstance:
  Exclude:
    - 'spec/integration/ffmpeg_adapter_spec.rb'

RSpec/ExampleLength:
  Enabled: false

RSpec/InstanceVariable:
  Exclude:
    - 'spec/integration/ffmpeg_adapter_spec.rb'

RSpec/MessageSpies:
  Exclude:
    - 'spec/integration/matterhorn_adapter_spec.rb'
    - 'spec/integration/ffmpeg_adapter_spec.rb'

RSpec/NamedSubject:
  Enabled: false

RSpec/VerifiedDoubles:
  Enabled: false

Style/GuardClause:
  Exclude:
    - 'lib/file_locator.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_encode-0.6.0 .rubocop_todo.yml