diff --git a/internal/parser/resultstatus/parser.go b/internal/parser/resultstatus/parser.go index b5150e5..4cf6e2a 100644 --- a/internal/parser/resultstatus/parser.go +++ b/internal/parser/resultstatus/parser.go @@ -10,7 +10,7 @@ import ( type Conf struct { Score int Comment string - ForceQuitOnNotAccepted bool `default:"false"` + ForceQuitOnNotAccepted bool `default:"true"` } type ResultStatus struct{}