-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathembold.yaml
More file actions
30 lines (30 loc) · 982 Bytes
/
embold.yaml
File metadata and controls
30 lines (30 loc) · 982 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
---
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