Sha256: 131313560548c6e493d8586bf5c6a11b4f18b76ac930c431c980b5894a2877e1

Contents?: true

Size: 520 Bytes

Versions: 1

Compression:

Stored size: 520 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  NewCops: enable
  Layout/BeginEndAlignment:
    Enabled: true
  Layout/EmptyLinesAroundAttributeAccessor:
    Enabled: true

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

1 entries across 1 versions & 1 rubygems

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