Skip to content

Commit 49e196c

Browse files
committed
enable line numbers for ghr
1 parent 8c1219a commit 49e196c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/engine/engine.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,7 @@ func SupportsLineNumbers(sourceType sourcespb.SourceType) bool {
12661266
switch sourceType {
12671267
case sourcespb.SourceType_SOURCE_TYPE_GIT,
12681268
sourcespb.SourceType_SOURCE_TYPE_GITHUB,
1269+
sourcespb.SourceType_SOURCE_TYPE_GITHUB_REALTIME,
12691270
sourcespb.SourceType_SOURCE_TYPE_GITLAB,
12701271
sourcespb.SourceType_SOURCE_TYPE_BITBUCKET,
12711272
sourcespb.SourceType_SOURCE_TYPE_GERRIT,

0 commit comments

Comments
 (0)
SYSTEM_READY >> ...MS