Sha256: aaad073f6e01923e2202806e4a0e7e2b79a4b73857aac50844ecc5cd1ba1eaa4

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

require:
  - rubocop-performance

Performance/AncestorsInclude:
  Enabled: true

Performance/BigDecimalWithNumericArgument:
  Enabled: true

Performance/BlockGivenWithExplicitBlock:
  Enabled: true

Performance/Casecmp:
  Enabled: true

Performance/CollectionLiteralInLoop:
  Enabled: true

Performance/ConcurrentMonotonicTime:
  Enabled: true

Performance/ConstantRegexp:
  Enabled: true

Performance/MapCompact: # Filter_map removes [false]
  Enabled: false

Performance/MethodObjectAsBlock:
  Enabled: true

Performance/RedundantBlockCall: # Causes conflicting warnings with normal rubocop enabled
  Enabled: false

Performance/RedundantEqualityComparisonBlock:
  Enabled: true

Performance/RedundantSortBlock:
  Enabled: true

Performance/RedundantSplitRegexpArgument:
  Enabled: true

Performance/RedundantStringChars:
  Enabled: true

Performance/ReverseFirst:
  Enabled: true

Performance/SortReverse:
  Enabled: true

Performance/Squeeze:
  Enabled: true

Performance/StringIdentifierArgument:
  Enabled: true

Performance/StringInclude:
  Enabled: true

Performance/Sum:
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simplycop-1.13.5 .simplycop_performance.yml
simplycop-1.13.1 .simplycop_performance.yml
simplycop-1.13.0 .simplycop_performance.yml