Skip to content

Commit

Permalink
Merge pull request #360 from eclipse-tractusx/fix/set_weberrors
Browse files Browse the repository at this point in the history
fix: re-enable quality check web error msg
  • Loading branch information
tomaszbarwicki authored Nov 10, 2023
2 parents d5ab570 + 291d02d commit ae76473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trg-checks-dashboard/internal/templating/tractusx.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ func runQualityChecks(repo Repository, dir string) CheckedRepository {

func initializeChecksForDirectory(dir string) []tractusx.QualityGuideline {
var checks []tractusx.QualityGuideline

tractusx.ErrorOutputFormat = tractusx.WebErrOutputFormat

checks = append(checks, docs.NewReadmeExists(dir))
checks = append(checks, docs.NewInstallExists(dir))
checks = append(checks, docs.NewChangelogExists(dir))
Expand Down

0 comments on commit ae76473

Please sign in to comment.