spekkio-bot / spekkio-POC

Spekkio, the Master of GitHub.
GNU General Public License v3.0
4 stars 0 forks source link

Fix Go formatting errors #21

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

Observed on v0.2.1:

spekkio/src/app/middleware.go Line 1: warning: file is not gofmted with -s (gofmt) spekkio/src/queries/graphql/gqlbuilder_test.go Line 1: warning: file is not gofmted with -s (gofmt) spekkio/src/app/controller/notfound.go Line 1: warning: file is not gofmted with -s (gofmt) spekkio/src/app/controller/scrumify.go Line 1: warning: file is not gofmted with -s (gofmt) spekkio/src/queries/sql/sqlbuilder_test.go Line 1: warning: file is not gofmted with -s (gofmt)

spekkio/src/app/controller/common.go Line 11: warning: exported const GRAPHQL_API should have comment or be unexported (golint) Line 12: warning: exported const LABEL_PREVIEW_HEADER should have comment or be unexported (golint) spekkio/src/app/app.go Line 12: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)

v0.2.0:

spekkio/src/queries/graphql/gqlbuilder_test.go Line 1: warning: file is not gofmted with -s (gofmt) spekkio/src/app/middleware.go Line 1: warning: file is not gofmted with -s (gofmt) spekkio/src/app/controller/notfound.go Line 1: warning: file is not gofmted with -s (gofmt)

spekkio/src/app/controller/common.go Line 11: warning: exported const GRAPHQL_API should have comment or be unexported (golint) Line 12: warning: exported const LABEL_PREVIEW_HEADER should have comment or be unexported (golint) spekkio/src/app/controller/scrumify.go Line 13: warning: exported const SCRUMIFY_QUERY should have comment or be unexported (golint) spekkio/src/app/app.go Line 12: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)