Sha256: ceb1da8f9a38ce71d621b8093562140a0444be6731cc83a95b4dea78ae6f151a

Contents?: true

Size: 1.29 KB

Versions: 15

Compression:

Stored size: 1.29 KB

Contents

<% if rspec? -%>
require:
  - rubocop-rspec
<% end -%>

# Layout
Layout/CaseIndentation:
  Enabled: false

Layout/ClosingParenthesisIndentation:
  Enabled: false

Layout/LineLength:
  Max: 999

Layout/MultilineMethodCallBraceLayout:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  StyleGuide: '#spaces-operators'
  Enabled: false

# Lint

# Metrics
Metrics/AbcSize:
  Max: 100

Metrics/BlockLength:
  Max: 150

Metrics/BlockNesting:
  Max: 4

Metrics/ClassLength:
  CountComments: false
  Max: 500

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/MethodLength:
  Max: 150

Metrics/ModuleLength:
  Max: 600

Metrics/ParameterLists:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Naming/AccessorMethodName:
  Enabled: false

# Migration

# Naming
Naming/PredicateName:
  ForbiddenPrefixes:
    - 'is_'

# Security

# Styles

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/SafeNavigation:
  Description: "Use &. instead of checking if an object exists"
  Enabled: true

Style/SingleLineBlockParams:
  Description: 'Enforces the names of some block params.'
  Enabled: false

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ruby_raider-1.0.8 lib/generators/templates/common/rubocop.tt
ruby_raider-1.0.7 lib/generators/templates/common/rubocop.tt
ruby_raider-1.0.6 lib/generators/templates/common/rubocop.tt
ruby_raider-1.0.5 lib/generators/templates/common/rubocop.tt
ruby_raider-1.0.4 lib/generators/templates/common/rubocop.tt
ruby_raider-1.0.3 lib/generators/templates/common/rubocop.tt
ruby_raider-1.0.2 lib/generators/templates/common/rubocop.tt
ruby_raider-1.0.1 lib/generators/templates/common/rubocop.tt
ruby_raider-1.0.0 lib/generators/templates/common/rubocop.tt
ruby_raider-0.9.9 lib/generators/templates/common/rubocop.tt
ruby_raider-0.9.8 lib/generators/templates/common/rubocop.tt
ruby_raider-0.9.7 lib/generators/templates/common/rubocop.tt
ruby_raider-0.9.6 lib/generators/templates/common/rubocop.tt
ruby_raider-0.9.5 lib/generators/templates/common/rubocop.tt
ruby_raider-0.9.4 lib/generators/templates/common/rubocop.tt