Sha256: db0f2528a8f4e38e8ec535458b257bcfae317c8e87f251fe36757dbf68a52598

Contents?: true

Size: 477 Bytes

Versions: 2

Compression:

Stored size: 477 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.4
  Exclude:
    - 'lib/**/**/templates/*'
    - 'spec/**/**/*'
Layout/EmptyLinesAroundClassBody:
  Enabled: false
Layout/EmptyLinesAroundModuleBody:
  Enabled: false
LineLength:
  Max: 100
Lint/ScriptPermission:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false
Style/RescueModifier:
  Enabled: false
Style/RescueStandardError:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_generator-5.2.0 .rubocop.yml
active_generator-5.1.0 .rubocop.yml