Sha256: 7ff801ecf35d21eba7e79c8e961e94f0e809b5229148425a2174daf1b45647ba

Contents?: true

Size: 508 Bytes

Versions: 7

Compression:

Stored size: 508 Bytes

Contents

---
AllCops:
  DisplayCopNames: true
  Exclude:
    - "bin/*"
    - "Gemfile"
    - "tmp/**/*"
    - "vendor/**/*"

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: no_comma

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/EmptyLineAfterGuardClause:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - "spec/**/*"
    - "*.gemspec"

Style/DoubleNegation:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
freefeed-0.5.4 .rubocop.yml
freefeed-0.5.3 .rubocop.yml
freefeed-0.5.2 .rubocop.yml
freefeed-0.5.1 .rubocop.yml
freefeed-0.5.0 .rubocop.yml
freefeed-0.1.1 .rubocop.yml
freefeed-0.1.0 .rubocop.yml