forked from FieldDB/FieldDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.json
62 lines (62 loc) · 1.47 KB
/
.codeclimate.json
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
52
53
54
55
56
57
58
59
60
61
62
{
"version": "2",
"checks": {
"file-lines": {
"enabled": false
},
"method-lines": {
"config": {
"threshold": 100
}
},
"method-complexity": {
"config": {
"threshold": 10
}
}
},
"exclude_patterns": [
"**/Gruntfile.js",
"**/node_modules/",
"**/vendor/",
"backbone_client/activity/libs",
"backbone_client/libs",
"backbone_client/test/libs",
"angular_client/modules/activity/client/libs",
"angular_client/modules/activity/test/lib",
"#angular_client",
"#backbone_client",
"backbone_client/lessons_corpus",
"bower.json",
"couchapp_minified",
"couchapp_prototype",
"coverage",
"docs",
"fielddb.js",
"fielddb.min.js",
"imported_corpora",
"install_linux_download_and_set_up_fielddb_servers_for_new_developers_quick_start.sh",
"install_mac_download_and_set_up_fielddb_servers_for_new_developers_quick_start.sh",
"install_windows_download_and_set_up_fielddb_servers_for_new_developers_quick_start.sh",
"manifest.json",
"#map_reduce_activities",
"#map_reduce_cleaning",
"#map_reduce_data",
"#map_reduce_export",
"#map_reduce_gamify",
"#map_reduce_learnx",
"#map_reduce_lexicon",
"#map_reduce_search",
"#map_reduce_unused",
"#map_reduce_wordcloud",
"raw",
"#react_client",
"releases",
"#sample_data",
"scripts",
"test-reports",
"tests",
"**/*spec.js",
"**/*Test.js"
]
}