Skip to content

Conversation

mustansir14
Copy link

Description:

This PR updates the proto files to support scanning confluence comments.

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

@mustansir14 mustansir14 requested review from a team as code owners October 3, 2025 13:33
string location = 7;
string file = 8;
string user = 9;
string comment = 10;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unlike all the other fields, I can't form a good guess about what's stored in this just by reading its name. Is it a comment ID or something?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is the comment ID. I tried to make it consistent with other fields, but you're right, it should be clearer. I'll make the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants