mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Note what HideInfo is used for
This commit is contained in:
parent
1859df9500
commit
d9288f7e78
@ -69,7 +69,7 @@ isErrorSummary _ = False
|
||||
data DiffInfo = LeafInfo { categoryName :: Text, termName :: Text, sourceSpan :: SourceSpan }
|
||||
| BranchInfo { branches :: [ DiffInfo ], categoryName :: Text, branchType :: Branch }
|
||||
| ErrorInfo { errorSpan :: SourceSpan, termName :: Text }
|
||||
| HideInfo
|
||||
| HideInfo -- Hide/Strip from summary output entirely.
|
||||
deriving (Eq, Show)
|
||||
|
||||
data Branch = BIndexed | BFixed | BCommented deriving (Show, Eq, Generic)
|
||||
|
Loading…
Reference in New Issue
Block a user