Sha256: ec60b04b778d54189d03c0eb120af1b9433d960820c1709018a1a9bf1e14efb6

Contents?: true

Size: 436 Bytes

Versions: 2

Compression:

Stored size: 436 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

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

2 entries across 2 versions & 1 rubygems

Version Path
modulesync-2.0.1 .rubocop.yml
modulesync-2.0.0 .rubocop.yml