Skip to content

Conversation

@jjti
Copy link
Contributor

@jjti jjti commented Jan 12, 2024

closes #4310

fix where I removed the embedding of the doc: jjti/go-spancheck@cd062ed

New doc:

	return &analysis.Analyzer{
		Name:  "spancheck",
		Doc:   "Checks for mistakes with OpenTelemetry/Census spans.",
		Flags: config.fs,
		Run:   run(config),
		Requires: []*analysis.Analyzer{
			ctrlflow.Analyzer,
			inspect.Analyzer,
		},
	}

@alexandear
Copy link
Member

There is no need to create a PR bumping minor version because dependabot handled updates. See this #4128 (comment) or this #3561 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve description of spancheck linter

3 participants