Sha256: ed2e373171e7d9d346f73a5ecc9d493b400efda0b960ff4418d68e39ceba27b1

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.3
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
  Exclude:
   - 'bin/*'
   - 'db/**/*'
   - 'vendor/bundle/**/*'
   - 'spec/spec_helper.rb'
   - 'spec/rails_helper.rb'
   - 'spec/support/**/*'
   - 'config/**/*'
   - 'Rakefile'
   - 'Gemfile'

Style/BlockDelimiters:
  Exclude:
    - 'spec/**/*'

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/ClosingParenthesisIndentation:
  Enabled: false

Metrics/LineLength:
  Max: 100
  AllowURI: true

Style/FirstParameterIndentation:
  Enabled: false

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/IndentArray:
  EnforcedStyle: consistent

Style/IndentHash:
  EnforcedStyle: consistent

Style/SignalException:
  EnforcedStyle: semantic

Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

Lint/EndAlignment:
  AlignWith: variable
  AutoCorrect: true

Style/AndOr:
  EnforcedStyle: conditionals

Metrics/MethodLength:
  Max: 15

RSpec/MessageExpectation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
artic-1.0.4 .rubocop.yml
artic-1.0.3 .rubocop.yml
artic-1.0.2 .rubocop.yml
artic-1.0.1 .rubocop.yml
artic-1.0.0 .rubocop.yml