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