Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go-spancheck #4313

Closed
wants to merge 2 commits into from
Closed

Bump go-spancheck #4313

wants to merge 2 commits into from

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