Sha256: 91538c6c90df70d80ecffee1fb72cc13383f2536de6b1ca7cedfc6e62c2f5019

Contents?: true

Size: 900 Bytes

Versions: 3

Compression:

Stored size: 900 Bytes

Contents

AllCops:
  Include:
    - '**/*.rb'
  TargetRubyVersion: 2.1

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

Metrics/LineLength:
  Exclude:
    - 'spec/**/*_spec.rb'

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/RaiseArgs:
  EnforcedStyle: compact

Style/Documentation:
  Enabled: false

Style/SpaceInsideBlockBraces:
  EnforcedStyle: space
  EnforcedStyleForEmptyBraces: no_space
  SpaceBeforeBlockParameters: false

Style/SignalException:
  EnforcedStyle: only_raise

Style/CaseIndentation:
  EnforcedStyle: end
  SupportedStyles:
    - case
    - end
  IndentOneStep: true

Style/ClassAndModuleChildren:
  Enabled: false

Style/TrivialAccessors:
  AllowPredicates: true

Style/FileName:
  Exclude:
    - Rakefile
    - Gemfile

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails-timeago-2.19.0 .rubocop.yml
rails-timeago-2.18.0 .rubocop.yml
rails-timeago-2.17.1 .rubocop.yml