Sha256: e4a599cd26bb93384c02e95fb0e334c4f547cd312364aeb37376b94afdc4ba8a

Contents?: true

Size: 562 Bytes

Versions: 1

Compression:

Stored size: 562 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.1
  DisplayCopNames: true
  DisplayStyleGuide: true
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
  Exclude:
    - 'gemfiles/vendor/**/*'

Rails:
  Enabled: true

Style/Documentation:
  Enabled: false

Style/Encoding:
  Enabled: true

Style/FileName:
  Exclude:
    - 'lib/activerecord-time.rb'

Style/FormatString:
  EnforcedStyle: percent

Style/NumericPredicate:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Style/SafeNavigation:
  ConvertCodeThatCanStartToReturnNil: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-time-0.7.0 .rubocop.yml