Sha256: ca37d7153a48e4c758677d269a1cb5923900f12c19047c3b705ba9e3c92a9838

Contents?: true

Size: 379 Bytes

Versions: 3

Compression:

Stored size: 379 Bytes

Contents

# These are all the cops that are disabled in the default configuration.

GuardClause:
  Description: 'Check for conditionals that can be replaced with guard clauses'
  Enabled: false

MethodCalledOnDoEndBlock:
  Description: 'Avoid chaining a method call on a do...end block.'
  Enabled: false

SymbolArray:
  Description: 'Use %i or %I for arrays of symbols.'
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubocop-0.21.0 config/disabled.yml
rubocop-0.20.1 config/disabled.yml
rubocop-0.20.0 config/disabled.yml