Skip to content

Commit ef6e76c

Browse files
authored
enable line numbers for ghr (#4611)
Line number support is opt-in on a per-source basis. This commit opts GitHub Real-time into the system.
1 parent 8c1219a commit ef6e76c

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)