2016-11-21 16:28:45 -08:00
|
|
|
---
|
2018-07-19 16:58:07 -07:00
|
|
|
version: "2"
|
|
|
|
checks:
|
|
|
|
method-count:
|
|
|
|
enabled: false
|
2018-08-24 06:44:21 -07:00
|
|
|
file-lines:
|
|
|
|
config:
|
|
|
|
threshold: 500
|
2019-06-24 16:55:36 -07:00
|
|
|
method-complexity:
|
|
|
|
config:
|
|
|
|
threshold: 10
|
2016-11-21 16:28:45 -08:00
|
|
|
engines:
|
|
|
|
bundler-audit:
|
|
|
|
enabled: false
|
|
|
|
csslint:
|
|
|
|
enabled: false
|
|
|
|
duplication:
|
|
|
|
enabled: true
|
2019-06-24 14:03:57 -07:00
|
|
|
exclude_patterns:
|
|
|
|
- "lib/capybara/selector.rb"
|
|
|
|
- "lib/capybara/minitest.rb"
|
|
|
|
- "lib/capybara/selector/definition/"
|
2019-06-24 16:55:36 -07:00
|
|
|
- "lib/capybara/rspec/matchers/"
|
2016-11-21 16:28:45 -08:00
|
|
|
config:
|
|
|
|
languages:
|
|
|
|
ruby:
|
|
|
|
mass_threshold: 25
|
|
|
|
eslint:
|
|
|
|
enabled: false
|
|
|
|
fixme:
|
|
|
|
enabled: true
|
|
|
|
rubocop:
|
|
|
|
enabled: true
|
2019-06-25 13:46:33 -07:00
|
|
|
channel: rubocop-0-72
|
2016-11-22 10:54:59 -08:00
|
|
|
exclude_fingerprints:
|
|
|
|
- affb30770e6ef0780044f5646e28d817
|
2016-11-21 16:28:45 -08:00
|
|
|
ratings:
|
|
|
|
paths:
|
|
|
|
- Gemfile.lock
|
|
|
|
- "**.css"
|
|
|
|
- "**.inc"
|
|
|
|
- "**.js"
|
|
|
|
- "**.jsx"
|
|
|
|
- "**.module"
|
|
|
|
- "**.php"
|
|
|
|
- "**.py"
|
|
|
|
- "**.rb"
|
|
|
|
exclude_paths:
|
|
|
|
- features/
|
|
|
|
- spec/
|
|
|
|
- lib/capybara/spec/
|