sethdeckard/m3u8

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - 'spec/spec_helper.rb'
    - 'm3u8.gemspec'
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
Style/StringLiterals:
  EnforcedStyle: single_quotes