-
Notifications
You must be signed in to change notification settings - Fork 221
/
embold.yaml
33 lines (28 loc) · 970 Bytes
/
embold.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
---
version: 1
# Please visit https://docs.embold.io/v2-quick-start-guide/#default-configurations
# to know more about configurations available
sources:
#Files or Directories to be Excluded are mentioned in exclusions
exclusions:
- 'ciscoconfparse/ciscoconfparse.py.0'
- 'ciscoconfparse/models_asa.py'
- 'ciscoconfparse/models_cisco.py'
- 'ciscoconfparse/models_nxos.py'
- 'ciscoconfparse/models_iosxr.py'
- 'ciscoconfparse/models_junos.py'
- 'ciscoconfparse/protocol_values.py'
- 'ciscoconfparse/errors.py'
- 'tests/*py'
- 'sphinx-doc/*py'
- '.git/'
- '.github/'
# Specify the languages you would like to Scan. Default is all Detected
#languages: 'JAVA,CPP'
# Define modules one would like to run or disable. This is enough for Basic Users
# Get List of Modules (Which are Default Enabled/Disabled) at the documentation link above
modules:
- name: pmd
enabled: true
- name: gamma_cxx
enabled: false