Sha256: 79dc85d1c21a8b896bf9b5ca608003696926572d9db0f91a42808c31cb8ae915

Contents?: true

Size: 412 Bytes

Versions: 2

Compression:

Stored size: 412 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  NewCops: enable

Metrics/ModuleLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"
    - "fusuma-plugin-*.gemspec"

Layout/LineLength:
  Max: 100
  Exclude:
    - "**/*_spec.rb"
    - "fusuma-plugin-*.gemspec"

Style/HashEachMethods:
  Enabled: true
Style/HashTransformKeys:
  Enabled: true
Style/HashTransformValues:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fusuma-plugin-sendkey-0.6.0 .rubocop.yml
fusuma-plugin-sendkey-0.6.0.pre2 .rubocop.yml