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 8ed5f9e commit 57154d2Copy full SHA for 57154d2
internal/web/validate.go
@@ -214,8 +214,8 @@ func validateNIX(valroot, resdir string) error {
214
}
215
216
// We need this for both the writing of the result and the badge
217
- errtag := []byte("ERROR")
218
- warntag := []byte("WARNING")
+ errtag := []byte("with errors")
+ warntag := []byte("with warnings")
219
var badge []byte
220
output := out.Bytes()
221
switch {
0 commit comments