Skip to content

bluesoul finds duplicate articles (e.g. the the) in comment text.

License

Notifications You must be signed in to change notification settings

makenowjust/bluesoul

Repository files navigation

bluesoul

bluesoul finds duplicate articles (e.g. the the) in comment text.

Install

$ go get -u github.com/MakeNowJust/bluesoul/cmd/bluesoul

Usage

$ go vet -vettool=$(which bluesoul) pkgname

Or:

$ bluesoul pkgname

Example

$ cat hello.go
// It is the the "Hello World" programming for Go.
package main

func main() {
    println("Hello, World")
}
$ go vet -vettool=$(which bluesoul) .
# github.com/MakeNowJust/bluesoul/hello
./hello.go:1:10: duplicate articles: "the the"

About

bluesoul finds duplicate articles (e.g. the the) in comment text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages