-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathembold.yaml
More file actions
37 lines (31 loc) · 854 Bytes
/
embold.yaml
File metadata and controls
37 lines (31 loc) · 854 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
version: 1
# Please visit https://embold.readme.io/docs/configuration-using-a-yaml-file
# to know more about configurations available
sources:
#Files or Directories to be Excluded are mentioned in exclusions
exclusions:
- '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. 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
# - name: jshint
# enabled: true