Sha256: 226914371d6df44c02f903280f78d210543bbb8b0aef3501c7b578ec27789bf7

Contents?: true

Size: 276 Bytes

Versions: 3

Compression:

Stored size: 276 Bytes

Contents

AllCops:
  Exclude:
    - "Gemfile"
    - "*.gemspec"
    - "spec/spec_helper.rb"
    - "config/**/*"
  UseCache: false
Style/Documentation:
  Exclude:
    - "lib/**/*"
Metrics/ModuleLength:
  Enabled: false
Metrics/MethodLength:
  Exclude:
    - "lib/hscode/input_parser.rb"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hscode-0.1.2 .rubocop.yml
hscode-0.1.1 .rubocop.yml
hscode-0.1.0 .rubocop.yml