Sha256: 752f1fd5c3908f1651bc367b062aa8f21d65de3aaf657ac9a6cdaae9b13d5b12

Contents?: true

Size: 550 Bytes

Versions: 2

Compression:

Stored size: 550 Bytes

Contents

AllCops:
  DisplayCopNames: true
  ExtraDetails: true
  Exclude:
    - "chatx.gemspec"
    - "Rakefile"
    - "test/*"

Style/StringLiterals:
  Enabled: false

Metrics/LineLength:
  Max: 145
  Enabled: false

Metrics/MethodLength:
  Max: 35

Metrics/ClassLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Style/Documentation:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chatx-0.0.1 .rubocop.yml
chatx-0.0.0.pre.pre3 .rubocop.yml