chore: enable dupword linter and remove duplicated words
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
This MR enables dupword
linter in golangci-lint config and fixes the following lint issues:
$ golangci-lint run
freeze_periods.go:70:1: Duplicate words (project) found (dupword)
issues.go:285:2: Duplicate words (the) found (dupword)
runners_test.go:354:12: Duplicate words (returned) found (dupword)
runners_test.go:376:12: Duplicate words (returned) found (dupword)
runners_test.go:398:12: Duplicate words (returned) found (dupword)
runners_test.go:430:12: Duplicate words (returned) found (dupword)
runners_test.go:462:12: Duplicate words (returned) found (dupword)
runners_test.go:494:12: Duplicate words (returned) found (dupword)
runners_test.go:526:12: Duplicate words (returned) found (dupword)
9 issues:
* dupword: 9
Edited by 🤖 GitLab Bot 🤖