You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
Add godot linter to golangci (#2845)
Comment should be complete sentences outside of lists with sentence fragments. This adds the godot linter to check these complete sentences end with punctuation. If they do not, running fix will append a period.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
package types // import "go.opentelemetry.io/otel/schema/v1.0/types"
|
||||
|
||||
// TelemetryVersion is a version number key in the schema file (e.g. "1.7.0")
|
||||
// TelemetryVersion is a version number key in the schema file (e.g. "1.7.0").
|
||||
type TelemetryVersion string
|
||||
|
||||
// SpanName is span name string.
|
||||
|
||||
Reference in New Issue
Block a user