-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpy-template.yaml
60 lines (60 loc) · 964 Bytes
/
py-template.yaml
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
---
project_name: py-example-project
loglevel: info
analyses:
- analysis_name: py check
source_directory: /Users/arthurbrenno/Documents/Dev/Public/ctx/intellibricks/src/intellibricks/llms
only_permit_languages:
- py
only_permit_file_extensions:
- .py
ignore_directories_containing:
- __pycache__
- .git
- .idea
- .vscode
- .venv
- venv
- env
- node_modules
- build
- dist
- target
- out
- output
- logs
- tmp
- temp
- cache
- data
- docs
- doc
- test
- tests
- testing
- example
- examples
- sample
- samples
- backup
- backups
- archive
- archives
- history
- historical
- old
- obsolete
file_scan:
- number_of_methods
- source_lines_of_code
- dependency_graph
- louvain_modularity
- fan_in_out
- tfidf
export:
- directory: /Users/arthurbrenno/Documents/Dev/Public/ctx/intellibricks/export
- graphml
- json
- tabular_file
- tabular_console_overall
- d3