Skip to content

remove example_usage.go #6

remove example_usage.go

remove example_usage.go #6

Triggered via push September 28, 2025 17:07
Status Failure
Total duration 25s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build: stopwords.go#L36
error returned from external package is unwrapped: sig: func github.com/OpenSystemsLab/stopwords/data.LoadLanguage(lang string) (map[string]struct{}, error) (wrapcheck)
Build: cmd/generate-data/main.go#L125
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
Build: cmd/generate-data/main.go#L106
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
Build: cmd/generate-data/main.go#L25
Consider pre-allocating `langs` (prealloc)
Build: stopwords.go#L64
return with no blank line before (nlreturn)
Build: stopwords.go#L50
return with no blank line before (nlreturn)
Build: stopwords.go#L40
return with no blank line before (nlreturn)
Build: stopwords.go#L18
Comment should end in a period (godot)
Build: stopwords.go#L15
Comment should end in a period (godot)
Build: stopwords.go#L9
Comment should end in a period (godot)