Sha256: 3de9e8081719f72cb93cc70137653b16bc496df6dbb667f401fbe2d9e0f695d4

Contents?: true

Size: 988 Bytes

Versions: 3

Compression:

Stored size: 988 Bytes

Contents

# inherit_from:
#   - https://raw.githubusercontent.com/riboseinc/oss-guides/master/ci/rubocop.yml

# Override
require:
  - rubocop-performance
  - rubocop-rspec
  - rubocop-rake

# local repo-specific modifications
AllCops:
  TargetRubyVersion: 2.6

Layout/DotPosition:
  EnforcedStyle: leading

# Layout/EmptyLinesAroundBlockBody:
#   Enabled: false

# # https://github.com/rubocop-hq/rubocop/issues/6259#issuecomment-420734217
# Layout/ExtraSpacing:
#   ForceEqualSignAlignment: true

Layout/HashAlignment:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Max: 120

Lint/PercentStringArray:
  # AutoCorrect: false
  Enabled: false

Security/YAMLLoad:
  AutoCorrect: false

Style/ParenthesesAroundCondition:
  AutoCorrect: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
structured_csv-0.2.1 .rubocop.yml
structured_csv-0.2.0 .rubocop.yml
structured_csv-0.1.1 .rubocop.yml