Sha256: 6307801c4bc159e32c99232281db3c78586ea45101f5c9baca6a6868ac6295d7

Contents?: true

Size: 715 Bytes

Versions: 3

Compression:

Stored size: 715 Bytes

Contents

Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: comma
Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma
Style/NestedParenthesizedCalls:
  Enabled: false
Documentation:
  Enabled: false
Metrics/LineLength:
  Max: 120
Performance/RedundantMerge:
  Enabled: false
Style/SpaceInsideBlockBraces:
  SpaceBeforeBlockParameters: false
Style/MethodDefParentheses:
  EnforcedStyle: require_no_parentheses
Style/PredicateName:
  NamePrefixBlacklist:
    - is_
Style/AndOr:
  EnforcedStyle: conditionals
Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space
Style/BlockDelimiters:
  EnforcedStyle: semantic
Metrics/MethodLength:
  Max: 5

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
daily_weekly_monthly-0.0.4 .rubocop.yml
daily_weekly_monthly-0.0.3 .rubocop.yml
daily_weekly_monthly-0.0.2 .rubocop.yml