Sha256: 3c41603c21639861520e45907955be18fd12eb8e87f6b83976942f99b3190625

Contents?: true

Size: 490 Bytes

Versions: 7

Compression:

Stored size: 490 Bytes

Contents

require: rubocop-rspec

AllCops:
  Exclude:
    - 'gemfiles/vendor/**/*'
    - 'vendor/**/*'

Metrics/ClassLength:
  Max: 150

Metrics/AbcSize:
  Max: 20

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 20

RSpec/ExpectInHook:
  Enabled: false

RSpec/EmptyLineAfterHook:
  Enabled: false

RSpec/ScatteredSetup:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - cloudtasker.gemspec
    - 'spec/**/*'

Style/Documentation:
  Exclude:
    - 'examples/**/*'
    - 'spec/**/*'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cloudtasker-0.9.3 .rubocop.yml
cloudtasker-0.10.rc1 .rubocop.yml
cloudtasker-0.9.2 .rubocop.yml
cloudtasker-0.9.1 .rubocop.yml
cloudtasker-0.9.0 .rubocop.yml
cloudtasker-0.8.2 .rubocop.yml
cloudtasker-0.8.1 .rubocop.yml