forked from teamcapybara/capybara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
51 lines (51 loc) · 878 Bytes
/
.codeclimate.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
version: "2"
checks:
method-count:
enabled: false
file-lines:
config:
threshold: 500
method-complexity:
config:
threshold: 10
engines:
bundler-audit:
enabled: false
csslint:
enabled: false
duplication:
enabled: true
exclude_patterns:
- "lib/capybara/selector.rb"
- "lib/capybara/minitest.rb"
- "lib/capybara/selector/definition/"
- "lib/capybara/rspec/matchers/"
config:
languages:
ruby:
mass_threshold: 25
eslint:
enabled: false
fixme:
enabled: true
rubocop:
enabled: true
channel: rubocop-0-72
exclude_fingerprints:
- affb30770e6ef0780044f5646e28d817
ratings:
paths:
- Gemfile.lock
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- features/
- spec/
- lib/capybara/spec/