dkarter/capybara_error_intel

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Metrics/LineLength:
  Max: 999
Style/PredicateName:
  Enabled: false
AllCops:
  Exclude:
    - '*.gemspec'
    - 'vendor/**/*'
Metrics/BlockLength:
  Exclude:
    - 'spec/**/**'