forked from automation555/kanatools-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathembold.yaml
More file actions
38 lines (34 loc) · 976 Bytes
/
embold.yaml
File metadata and controls
38 lines (34 loc) · 976 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
version: 1
sources:
## Files or Directories to be excluded are mentioned in exclusions. Below are default exclusions. If you don’t want to exclude any of the below folders, please remove them from the list.
exclusions:
- 'test'
- 'generated'
- 'mock'
- 'thirdparty'
- 'third-party'
- '3rd-party'
- '3rdparty'
- 'external'
- 'build'
- 'node_modules'
- 'assets'
- 'gulp'
- 'grunt'
- 'library'
- '.git'
## Specify the languages you would like to Scan. By default all languages are included
languages: 'JAVA'
## Specify modules you would like to enable or disable.
modules:
- name: gamma_java
enabled: false
rules:
- key: 'EMB-JAVA-10000'
enabled: false
- name: pmd
enabled: true
rules:
- key: 'PMD-APEX-308'
enabled: false
## Please visit https://docs.embold.io/v2-quick-start-guide/#update-configurations to know more