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 6b4093c commit 097b8a2Copy full SHA for 097b8a2
cmd/readmevalidation/errors.go
@@ -2,10 +2,8 @@ package main
2
3
import "fmt"
4
5
-// validationPhaseError represents an error that occurred during a specific
6
-// phase of README validation. It should be used to collect ALL validation
7
-// errors that happened during a specific phase, rather than the first one
8
-// encountered.
+// validationPhaseError represents an error that occurred during a specific phase of README validation. It should be
+// used to collect ALL validation errors that happened during a specific phase, rather than the first one encountered.
9
type validationPhaseError struct {
10
phase validationPhase
11
errors []error
0 commit comments