teamcapybara--capybara/.codeclimate.yml

48 lines
787 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
2016-11-22 00:28:45 +00:00
engines:
bundler-audit:
enabled: false
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
ruby:
mass_threshold: 25
2018-10-11 20:41:47 +00:00
exclude_patterns:
- "lib/capybara/selector.rb"
- "lib/capybara/minitest.rb"
- "lib/capybara/selector/definiton/"
2016-11-22 00:28:45 +00:00
eslint:
enabled: false
fixme:
enabled: true
rubocop:
enabled: true
2019-06-14 05:43:53 +00:00
channel: rubocop-0-71
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/