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 46c9a26 commit fe7af2cCopy full SHA for fe7af2c
pkg/parser/defaults.go
@@ -2,7 +2,7 @@ package parser
2
3
import "github.com/nullify-platform/config-file-parser/pkg/models"
4
5
-const DefaultMinimumCommentSeverity = models.SeverityMedium
+const DefaultMinimumCommentSeverity = models.SeverityHigh
6
7
func NewDefaultConfig() *models.Configuration {
8
return &models.Configuration{
0 commit comments