Skip to content

Commit e1a0133

Browse files
author
stk
committed
Ignore branch unmarshalling errors
Earlier comment from Jesse: It seems overly strict and for my use case none of the errors matter to me.
1 parent 09fe3d4 commit e1a0133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/branch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (b *Branch) unmarshal(s *format.Subsection) error {
112112
b.Rebase = b.raw.Options.Get(rebaseKey)
113113
b.Description = unquoteDescription(b.raw.Options.Get(descriptionKey))
114114

115-
return b.Validate()
115+
return nil
116116
}
117117

118118
// hack to enable conditional quoting in the

0 commit comments

Comments
 (0)