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 8c86325 commit 754365eCopy full SHA for 754365e
tools/cli/internal/breakingchanges/exemptions.go
@@ -63,7 +63,7 @@ func validateExemption(exemption Exemption) error {
63
if err := validateField(exemption.Reason, "reason", exemption); err != nil {
64
return err
65
}
66
-
+
67
if err := validateField(exemption.BreakingChangeDescription, "breaking_change_description", exemption); err != nil {
68
69
0 commit comments