Sha256: 81a6b2da24bc2c2f5dc3c36c1294c395a9b5ac59e7455a1e6dbf52a46105983c

Contents?: true

Size: 497 Bytes

Versions: 2

Compression:

Stored size: 497 Bytes

Contents

Style/SpecialGlobalVars:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

Layout/FirstArrayElementIndentation:
  Enabled: false

Style/ClassVars:
  Exclude:
    - lib/**/block.rb
Metrics/AbcSize:
  Exclude: 
    - lib/**/formatter.rb
    - lib/**/data_formatter.rb
    - lib/**/aws_asg_workaround.rb
Metrics/MethodLength:
  Max: 35 
Metrics/LineLength:
  Max: 120
  Exclude:
    - test/**/*
Layout/ElseAlignment:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - '*.gemspec' 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tfw-0.1.19 .rubocop.yml
tfw-0.1.18 .rubocop.yml