forked from SteveDoyle2/pyNastran
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codacy.yml
44 lines (42 loc) · 794 Bytes
/
.codacy.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
engines:
coverage:
enabled: true
metrics:
enabled: true
duplication:
enabled: true
prospector:
enabled: true
pylint:
enabled: true
python_version: 3
exclude_paths: [
'h5Nastran/**',
#'doc/**',
#'data/**',
]
#---
#engines:
# rubocop:
# exclude_paths:
# - config/engines.yml
# duplication:
# exclude_paths:
# - config/engines.yml
# metric:
# exclude_paths:
# - config/engines.yml
# coverage:
# exclude_paths:
# - config/engines.yml
#languages:
# css:
# extensions:
# - '-css.resource'
#exclude_paths:
# - '.bundle/**'
# - 'spec/**/*'
# - 'benchmarks/**/*'
# - '**.min.js'
# - '**/tests/**'
# https://support.codacy.com/hc/en-us/articles/115002130625-Codacy-Configuration-File