bluesoul

package module
v0.0.0-...-3488d4c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2019 License: MIT Imports: 3 Imported by: 0

README

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"

Documentation

Index

Constants

View Source
const Doc = "bluesoul finds duplicate articles (e.g. the the) in comment text"

Doc is description for bluesoul.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "bluesoul",
	Doc:      Doc,
	Run:      run,
	Requires: []*analysis.Analyzer{},
}

Analyzer is bluesoul analyzer.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL