Sha256: a069a94c264a810699bca91e7367c975c9b6c6cc9cdca534b3502f198b529432

Contents?: true

Size: 824 Bytes

Versions: 4

Compression:

Stored size: 824 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - 'doc/*'
    - 'tmp/*'
    - 'pkg/*'

Layout/EmptyLinesAroundClassBody:
  Enabled: false
Layout/EmptyLinesAroundModuleBody:
  Enabled: false
Layout/LineLength:
  Enabled: false

Lint/SuppressedException:
  Enabled: false

Metrics/AbcSize:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/Lambda:
  Enabled: false
Style/NestedTernaryOperator:
  Enabled: false
Style/RedundantBegin:
  Enabled: false
Style/SingleLineMethods:
  Enabled: false
Style/TrailingCommaInArguments:
  Enabled: false
Style/TrailingCommaInArrayLiteral:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
git-multi-4.0.1 .rubocop.yml
git-multi-4.0.0 .rubocop.yml
git-multi-3.0.3 .rubocop.yml
git-multi-3.0.2 .rubocop.yml