Sha256: 079d3a04b187c84c156b347e9943c8cdcaea528ff9322ea4958bc16171f53829

Contents?: true

Size: 403 Bytes

Versions: 3

Compression:

Stored size: 403 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.0
  Exclude:
    - 'vendor/**/*'
    - 'tmp/**/*'
    - 'pkg/**/*'
    - 'lib/monkey_patches.rb'
    - 'spec/**/*'

Style/HashSyntax:
  Enabled: false

# dealbreaker:
Style/TrailingCommaInLiteral:
  Enabled: false

# would require external library
Layout/IndentHeredoc:
  Enabled: false

# sane line length
Metrics/LineLength:
  Max: 120

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
modulesync-1.3.0 .rubocop.yml
modulesync-1.2.0 .rubocop.yml
modulesync-1.1.0 .rubocop.yml