Sha256: 4d7b30997f97699eb28185347f9042bdc3ee59935e84f0c65ccea63866251f95

Contents?: true

Size: 892 Bytes

Versions: 1

Compression:

Stored size: 892 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.3
  Exclude:
    - 'lib/generators/environment/templates/*'
    - 'lib/generators/initializer/templates/*'
    - 'lib/generators/service/templates/*'
    - 'spec/support/**/*'
LineLength:
  Max: 120
Rails/Delegate:
  Enabled: false
Rails/Output:
  Enabled: false
Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/BracesAroundHashParameters:
  Enabled: false
Style/ClosingParenthesisIndentation:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/EmptyLinesAroundBlockBody:
  Enabled: false
Style/EmptyLinesAroundClassBody:
  Enabled: false
Style/EmptyLinesAroundModuleBody:
  Enabled: false
Style/FirstParameterIndentation:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/MultilineMethodCallIndentation:
  EnforcedStyle: aligned
Style/RescueModifier:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_generator-4.0.0 .rubocop.yml