Sha256: 77e2c88644e2e9573d6929eaa22a9dfd011eae5aebb58dc91e4b8558e68b8149

Contents?: true

Size: 780 Bytes

Versions: 6

Compression:

Stored size: 780 Bytes

Contents

AllCops:
  Exclude:
    - 'doc/*'
    - 'tmp/*'
    - 'pkg/*'
    - 'vendor/**/*'

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

Lint/HandleExceptions:
  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

6 entries across 6 versions & 1 rubygems

Version Path
git-switcher-1.0.6 .rubocop.yml
git-switcher-1.0.5 .rubocop.yml
git-switcher-1.0.4 .rubocop.yml
git-switcher-1.0.3 .rubocop.yml
git-switcher-1.0.2 .rubocop.yml
git-switcher-1.0.1 .rubocop.yml