forked from testerUse21/kanatools-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathembold.yaml
More file actions
40 lines (34 loc) · 863 Bytes
/
embold.yaml
File metadata and controls
40 lines (34 loc) · 863 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
version: 1
## Please visit https://docs.embold.io/v2-quick-start-guide/#update-configurations to know more
languages: 'CPP'
# Sources mention which Files/Dirs to be taken for Analysis
sources:
#Files or Directories to be Excluded are mentioned in exclusions
exclusions:
- 'test'
- 'generated'
- 'mock'
- 'thirdparty'
- 'third-party'
- '3rd-party'
- '3rdparty'
- 'external'
- 'build'
- 'node_modules'
- 'assets'
- 'gulp'
- 'grunt'
- 'library'
- 'libs'
- '.git'
- 'demosubproject'
#Specify modules you would like to enable or disable.
modules:
- name: gamma_java
enabled: true
rules:
- key: 'EMB-JAVA-10'
enabled: true
- name: pmd
enabled: true
## Please visit https://docs.embold.io/v2-quick-start-guide/#update-configurations to know more