Sha256: 78bc16a3ab2c4a00b25d90f3773766a5c58726a80f100aa17077b910bd517fa7

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 Bytes

Contents

require:
  - rubocop-ordered_methods
  - rubocop-rspec

AllCops:
  NewCops: enable

Style/StringLiterals:
  EnforcedStyle: double_quotes

Metrics/AbcSize:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Style/Documentation:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false

Layout/LineLength:
  IgnoredPatterns: ['(\A|\s)#']

Style/AsciiComments:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
beyond_api-0.18.2.pre .rubocop.yml