-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy path.codeclimate.yml
More file actions
39 lines (39 loc) · 843 Bytes
/
.codeclimate.yml
File metadata and controls
39 lines (39 loc) · 843 Bytes
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
engines:
rubocop:
enabled: true
channel: rubocop-0-49
bundler-audit:
enabled: true
flog:
enabled: true
flay:
enabled: true
eslint:
enabled: true
config:
config: .eslintrc
duplication:
enabled: true
config:
languages:
ruby:
mass_threshold: 20
javascript:
mass_threshold: 50
exclude_paths:
- 'app/controllers/stories_controller.rb'
- 'app/controllers/teams_controller.rb'
- 'app/controllers/projects_controller.rb'
- 'app/api/v1/projects.rb'
- 'app/api/v1/teams.rb'
- 'app/operations/story_operations/state_change_notification.rb'
- 'app/admin/*.rb'
exclude_paths:
- "Gemfile.lock"
- "db/schema.rb"
- "db/migrate/*.rb"
- "spec/"
- "fixtures/"
- "doc/"
- "vendor/"
- "public/javascripts"