Skip to content

Commit fe7af2c

Browse files
adding hihg (#25)
1 parent 46c9a26 commit fe7af2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/parser/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package parser
22

33
import "github.com/nullify-platform/config-file-parser/pkg/models"
44

5-
const DefaultMinimumCommentSeverity = models.SeverityMedium
5+
const DefaultMinimumCommentSeverity = models.SeverityHigh
66

77
func NewDefaultConfig() *models.Configuration {
88
return &models.Configuration{

0 commit comments

Comments
 (0)