We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b8553 commit f112544Copy full SHA for f112544
pkg/parser/defaults.go
@@ -6,8 +6,10 @@ const DefaultSeverityThreshold = models.SeverityMedium
6
7
func NewDefaultConfig() *models.Configuration {
8
return &models.Configuration{
9
- SeverityThreshold: DefaultSeverityThreshold,
10
- IgnoreDirs: []string{},
11
- IgnorePaths: []string{},
+ SeverityThreshold: DefaultSeverityThreshold,
+ IgnoreDirs: []string{},
+ IgnorePaths: []string{},
12
+ Notifications: map[string]models.Notification{},
13
+ ScheduledNotifications: map[string]models.ScheduledNotification{},
14
}
15
0 commit comments