-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathembold.yaml
35 lines (30 loc) · 1004 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
34
35
---
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:
- 'ciscoconfparse2/models_asa.py'
- 'ciscoconfparse2/models_cisco.py'
- 'ciscoconfparse2/models_nxos.py'
- 'ciscoconfparse2/models_iosxr.py'
- 'ciscoconfparse2/models_junos.py'
- 'ciscoconfparse2/protocol_values.py'
- 'ciscoconfparse2/errors.py'
- 'tests/*py'
- 'sphinx-doc/*py'
- '.git/'
- '.github/'
# Specify the languages you would like to Scan. Default is all Detected
languages: 'Python'
# 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: false
- name: Pylint
enabled: true
rules:
- key: 'E0401-unableToImportModule'
enabled: false