1
0
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:
Tyler Yahn
2022-04-25 13:22:49 -07:00
committed by GitHub
parent b8e4241a32
commit fdfc821bac
50 changed files with 118 additions and 121 deletions
+1 -1
View File
@@ -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.