Sha256: a49995c67719e6a0cff624924ea41999a29768c82f581820d2116dd426cdf6b6

Contents?: true

Size: 912 Bytes

Versions: 2

Compression:

Stored size: 912 Bytes

Contents

Ipepe:
  Enabled: true
  DocumentationBaseURL: "https://github.com/ipepe-oss/rubocop-ipepe"

Ipepe/TernaryOperator:
  Enabled: true
  Description: "Prefer explicit if over ternary operator"
  VersionAdded: '0.1.0'

Ipepe/MultipleConditionUnless:
  Description: "`unless` with multiple conditions is not allowed"
  Enabled: true
  VersionAdded: '0.1.0'
# TODO: implement
#  EnforcedStyle: 'allow_single_condition'
#  SupportedStyles:
#    - 'allow_single_condition'
#    - 'never_unless'

Ipepe/AlphabeticalArrayOfStrings:
  Description: 'Ensure that strings in array are in alphabetical order'
  Enabled: true
  VersionAdded: '0.2.0'

Ipepe/AlphabeticalHashKeys:
  Description: 'Ensure that hash keys are in alphabetical order'
  Enabled: true
  VersionAdded: '0.2.0'
# TODO: implement
#  EnforcedStyle: 'symbols_only'
#  SupportedStyles:
#    - 'symbols_only'
#    - 'strings_only'
#    - 'symbols_and_strings'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-ipepe-0.2.5 config/default.yml
rubocop-ipepe-0.2.0 config/default.yml