Sha256: a279090991b9032e70a67c04cacad58ea571e9b1c23bf4559ced5e41d6a61278

Contents?: true

Size: 507 Bytes

Versions: 1

Compression:

Stored size: 507 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Metrics/AbcSize:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120
  Exclude:
    - plugin_kit.gemspec

Metrics/BlockLength:
  Exclude:
    - spec/**/*.rb

Lint/RescueException:
  Exclude:
    - lib/cocov/plugin_kit.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocov_plugin_kit-0.1.2 .rubocop.yml