ddidier/ndd-rspec-rails

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
# The default configuration file is located at
# https://github.com/bbatsov/rubocop/blob/master/config/default.yml

AllCops:
  TargetRubyVersion: 2.2

Layout/EmptyLinesAroundBlockBody:
  Enabled: false
Layout/EmptyLinesAroundClassBody:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - ndd-rspec-rails.gemspec
    - spec/**/*_spec.rb
Metrics/LineLength:
  Max: 120

Style/EmptyLinesAroundModuleBody:
  Enabled: false
Style/FileName:
  Exclude:
    - Appraisals