Sha256: c28cb6f0a82a27d0cfcc04deac1ed10ece9458fd183ac752624727dd527f2a59

Contents?: true

Size: 645 Bytes

Versions: 2

Compression:

Stored size: 645 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-rake

AllCops:
  Include:
    - Gemfile
    - Guardfile
    - Rakefile
    - bin/howzit
    - lib/**/*.rb

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 45

Metrics/BlockLength:
  Max: 45
  Exclude:
    - Rakefile
    - bin/howzit
    - lib/*.rb

Metrics/ClassLength:
  Max: 300

Metrics/PerceivedComplexity:
  Max: 30

Metrics/AbcSize:
  Max: 45

Metrics/CyclomaticComplexity:
  Max: 20

Style/RegexpLiteral:
  Exclude:
    - Guardfile

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
howzit-2.1.18 .rubocop.yml
howzit-2.1.16 .rubocop.yml