Sha256: e00f29c83ea2a6ea49669f498a2a03cbbda5b444f0d194246f04ffc54d1852ba

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

Style/HashSyntax:
  Enabled: false

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

# sane line length
Layout/LineLength:
  Max: 120
  Exclude:
    - 'features/**/*'

Style/FrozenStringLiteralComment:
  Enabled: false

# We explicitly prefer $stderr.puts over #warn
Style/StderrPuts:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
modulesync-2.3.0 .rubocop.yml