Skip to content

codeintel/lsif/protocol: commit SymbolKind stringer generated file

Warren Gifford requested to merge sg/commit-symbolkind-stringer into main

Created by: slimsag

Erik reported in Slack that go generate was producing an uncommitted file for him:

lib/codeintel/lsif/protocol/symbolkind_string.go

The //go:generate directive for this appears to have been added ~7mo ago by Roux but it looks like we just forgot to commit the generated file by accident.

I think our CI checks do not catch this because lib/ is a different Go module.

Regardless, seems fine to just commit this result for now.

Signed-off-by: Stephen Gutekanst [email protected]

Merge request reports

Loading