We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd062ed commit 1536a9cCopy full SHA for 1536a9c
spancheck.go
@@ -41,7 +41,7 @@ func newAnalyzer(config *Config) *analysis.Analyzer {
41
42
return &analysis.Analyzer{
43
Name: "spancheck",
44
- Doc: "checks for mistakes with OpenTelemetry/Census spans",
+ Doc: "Checks for mistakes with OpenTelemetry/Census spans.",
45
Flags: config.fs,
46
Run: run(config),
47
Requires: []*analysis.Analyzer{
0 commit comments