Sha256: 98dcb30482d3ec305c353eb20c1214d83ccb89ad28c25d61783f0fb5a1f2e775

Contents?: true

Size: 602 Bytes

Versions: 2

Compression:

Stored size: 602 Bytes

Contents

AllCops:
  Exclude:
    - "bin/**/*"
  TargetRubyVersion: 2.6

Layout/EmptyLinesAroundAccessModifier:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Performance/StartWith:
  Enabled: false

Style/BlockDelimiters:
  Exclude:
    - "spec/**/*_spec.rb"

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/HashSyntax:
  Exclude:
    - "Rakefile"

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%r': '()'

Style/RegexpLiteral:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
csv-excel-0.1.1 .rubocop.yml
csv-excel-0.1.0 .rubocop.yml