Sha256: 2f46df0582621750e51421d2126ab757615a2a3857b3d6ffba88a4933365cb3f

Contents?: true

Size: 668 Bytes

Versions: 47

Compression:

Stored size: 668 Bytes

Contents

# Custom Enforced Rubocop Styles

LineLength:
  Enabled: false
MethodLength:
  Enabled: false
ClassLength:
  Enabled: false
SignalException:
  Enabled: false
RaiseArgs:
  Enabled: false
ParameterLists:
  Enabled: false
AbcSize:
  Enabled: false
RedundantBegin:
  Enabled: false
PerceivedComplexity:
  Enabled: false
CyclomaticComplexity:
  Enabled: false
RescueException:
  Enabled: false
NestedParenthesizedCalls:
  Enabled: false

# Custom Enforced Hound Ruby Styles

CollectionMethods:
  PreferredMethods:
    detect: find
StringLiterals:
  EnforcedStyle: single_quotes
SignalException:
  EnforcedStyle: only_raise
Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

47 entries across 47 versions & 4 rubygems

Version Path
fog-azure-rm-0.2.5 .rubocop.yml
fog-azure-rm-0.2.4 .rubocop.yml
fog-azure-rm-0.2.3 .rubocop.yml
fog-azure-rm-0.2.2 .rubocop.yml
fog-azure-rm-0.2.1 .rubocop.yml
fog-azure-rm-0.2.0 .rubocop.yml
fog-azure-rm-0.1.2 .rubocop.yml