We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6f17e commit 63d3b3fCopy full SHA for 63d3b3f
1 file changed
go/extractor/diagnostics/diagnostics.go
@@ -85,8 +85,8 @@ func emitDiagnostic(sourceid, sourcename, markdownMessage string, severity diagn
85
sourceStruct{"go/autobuilder/diagnostic-limit-reached", "Diagnostics limit exceeded", "go"},
86
fmt.Sprintf("CodeQL has produced more than the maximum number of diagnostics. Only the first %d have been reported.", diagnosticsLimit),
87
string(severityWarning),
88
- visibility,
89
- location,
+ fullVisibility,
+ noLocation,
90
}
91
92
0 commit comments