nabbar/golib

Linter for package version

Closed this issue · 0 comments

version/version.go:128:61: Top level comment should end in a period (godot)
// Info print all information about current build and version
                                                            ^
version/version.go:133:56: Top level comment should end in a period (godot)
// GetInfo return string about current build and version
                                                       ^
version/version.go:138:70: Top level comment should end in a period (godot)
// GetAppId return string about package name, release and runtime info
                                                                     ^
version/version.go:143:64: Top level comment should end in a period (godot)
// GetAuthor return string about author name and repository info
                                                               ^
version/version.go:152:64: Top level comment should end in a period (godot)
// GetAuthor return string about author name and repository info
                                                               ^
version/error.go:50:2: missing cases in switch of type errors.CodeError: UNK_ERROR (exhaustive)
	switch code {
	^