forked from CastagnaIT/plugin.video.netflix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codeclimate.yml
More file actions
40 lines (40 loc) · 850 Bytes
/
.codeclimate.yml
File metadata and controls
40 lines (40 loc) · 850 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
40
---
engines:
pep8:
enabled: true
checks:
E402:
# Disable module order check because we need to work around this
enabled: false
radon:
enabled: true
config:
python_version: 2
markdownlint:
enabled: true
ratings:
paths:
- "**.py"
- "**.md"
exclude_paths:
- "docs"
- "resources/test/"
- "resources/lib/UniversalAnalytics/"
- "resources/language/"
- "resources/media/"
- "resources/skins/"
- "resources/fanart.jpg"
- "resources/icon.png"
- "resources/screenshot-01.jpg"
- "resources/screenshot-02.jpg"
- "resources/screenshot-03.jpg"
- "resources/settings.xml"
- "resources/__init__.py"
- "resources/lib/__init__.py"
- "__init__.py"
- "addon.xml"
- "LICENSE.txt"
- "makefile"
- "requirements.txt"
- "ISSUE_TEMPLATE.md"
- "PULL_REQUEST_TEMPLATE.md"