Sha256: a6b03e9d27b38a3b86ff38f010cf2ba1525aa36187c53a607f4e8bcec8e27918

Contents?: true

Size: 962 Bytes

Versions: 3

Compression:

Stored size: 962 Bytes

Contents

AllCops:
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/config.ru'
    - '**/*.gemspec'
  Exclude:
    - 'bin/**/*'
    - 'example/**/*'
    - 'vendor/bundle/**/*'
    - 'node_modules/**/*'
  TargetRubyVersion: 2.3
  DisplayCopNames: true

Rails:
  Enabled: true

Style/Alias:
  EnforcedStyle: prefer_alias_method

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/ClassAndModuleChildren:
  EnforcedStyle: compact
  Exclude:
    - 'config/application.rb'

Style/Documentation:
  Enabled: false

Style/EmptyLines:
  Exclude:
    - '**/Gemfile'

Style/FrozenStringLiteralComment:
  Exclude:
    - '**/Gemfile'

Style/FileName:
  Exclude:
    - '**/Gemfile'
    - '**/Guardfile'

Style/RegexpLiteral:
  EnforcedStyle: percent_r
  AllowInnerSlashes: false

Metrics/LineLength:
  Max: 240

Metrics/MethodLength:
  Exclude:
    - 'db/migrate/*'
  Max: 20

Metrics/AbcSize:
  Max: 35

Rails/Output:
  Exclude:
    - 'config/unicorn.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
speed_gun-2.0.1 .rubocop.yml
speed_gun-2.0.0 .rubocop.yml
speed_gun-2.0.0.pre.alpha.1 .rubocop.yml