Sha256: 3c60829a26ed7edb203f5c04922c2cc9e5275bccc74bc88418713738a34b779b

Contents?: true

Size: 268 Bytes

Versions: 3

Compression:

Stored size: 268 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  NewCops: enable

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

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

Metrics/LineLength:
  Max: 100
  Exclude:
    - "fusuma-plugin-*.gemspec"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fusuma-plugin-keypress-0.4.0 .rubocop.yml
fusuma-plugin-keypress-0.4.0.pre2 .rubocop.yml
fusuma-plugin-keypress-0.4.0.pre .rubocop.yml