Sha256: 20564dd946c0251e8af15bf4316a02773a42d738f4386ad73d07c87b828788f1

Contents?: true

Size: 686 Bytes

Versions: 4

Compression:

Stored size: 686 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: 40

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

Metrics/ClassLength:
  Max: 300

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 30

Metrics/AbcSize:
  Max: 45

Metrics/CyclomaticComplexity:
  Max: 15

Style/RegexpLiteral:
  Exclude:
    - Guardfile

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
howzit-2.1.15 .rubocop.yml
howzit-2.1.14 .rubocop.yml
howzit-2.1.13 .rubocop.yml
howzit-2.1.12 .rubocop.yml