forked from spicycms/spicy.core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codeclimate.yml
43 lines (42 loc) · 897 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
engines:
rubocop:
enabled: true
#checks:
# Rubocop/Metrics/ClassLength:
# enabled: false
#brakeman:
# enabled: true
#exclude_fingerprints:
#- 08c185b3f764f262539a1f76997d3a89
eslint:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- python
#mass_threshold: 30
- javascript
exclude_fingerprints:
- 936c373d0959962259099830c8695052
- 411055b385ff7018b28bd87a7e18b435
- 306681705d561d53c0ea798913bf473c
- 8be9bbccab22840b877ea3a2010cc3d6
- d61ef9e88ea90869e8dd31f5af60d867
- 8574919c1dfe3ace262a7e88788a82fd
ratings:
paths:
- src/**
- "**.py"
- "**.js"
- "**.html"
exclude_paths:
- src/spicy/core/siteskin/static/**
- "**/fixtures/**"
- src/spicy/core/admin/static/**
- src/spicy/templates/**
- "**/locale/**"
- docs/**
- sql/**