forked from Unidata/MetPy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codeclimate.yml
49 lines (45 loc) · 847 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
version: "2"
checks:
file-lines:
enabled: false
similar-code:
enabled: false
method-lines:
enabled: false
argument-count:
config:
threshold: 10
method-complexity:
config:
threshold: 15
plugins:
sonar-python:
enabled: true
config:
test_patterns:
- "tests/*.py"
checks:
python:S3776:
enabled: false
python:S107:
enabled: false
python:S1542:
enabled: false
pep8:
enabled: true
checks:
E501:
enabled: false
markdownlint:
enabled: true
issue_override:
severity: minor
exclude_patterns:
- "src/metpy/io/_nexrad_msgs/msg*.py"
- "src/metpy/io/_metar_parser/*"
- "docs/**/*"
- "staticdata/**/*"
- "tests/*/baseline/*"
- "src/metpy/plots/fonts/*.ttf"
- "src/metpy/plots/_static/*.png"
- "talks/*.pdf"