teamcapybara--capybara/.codeclimate.yml

52 lines
878 B
YAML
Raw Normal View History

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