Sha256: b3db2a10985af6f4bdb88dc2b278703686e11c24b37e002942e23762ddaf399f

Contents?: true

Size: 914 Bytes

Versions: 2

Compression:

Stored size: 914 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.4
  Exclude:
    - 'lib/**/**/templates/*'
    - 'spec/**/**/*'
Layout/ClosingParenthesisIndentation:
  Enabled: false
Layout/EmptyLinesAroundBlockBody:
  Enabled: false
Layout/EmptyLinesAroundClassBody:
  Enabled: false
Layout/EmptyLinesAroundModuleBody:
  Enabled: false
Layout/FirstParameterIndentation:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: aligned
LineLength:
  Max: 100
Lint/ScriptPermission:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/BracesAroundHashParameters:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/HashSyntax:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/NumericLiterals:
  Enabled: false
Style/RescueModifier:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_generator-4.0.6 .rubocop.yml
active_generator-4.0.5 .rubocop.yml