Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProjectConf: dogfooding #54

Merged
merged 4 commits into from
Dec 12, 2016
Merged

ProjectConf: dogfooding #54

merged 4 commits into from
Dec 12, 2016

Conversation

haya14busa
Copy link
Member

ref #47

@codecov-io
Copy link

codecov-io commented Dec 12, 2016

Current coverage is 79.71% (diff: 100%)

Merging #54 into master will not change coverage

@@             master        #54   diff @@
==========================================
  Files            10         10          
  Lines           710        710          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            566        566          
  Misses          100        100          
  Partials         44         44          

Powered by Codecov. Last update 4b75d9d...a46fe01

@@ -10,6 +10,8 @@ import (
"testing"
)

var _ = fmt.Sprintf("", 1, 2, 3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[govet] reported by reviewdog 🐶
no formatting directive in Sprintf call

@@ -120,6 +120,10 @@ func (w *Reviewdog) Run(r io.Reader) error {
return nil
}

var unused = ""

var NoComment = ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint] reported by reviewdog 🐶
exported var NoComment should have comment or be unexported

@@ -120,6 +120,10 @@ func (w *Reviewdog) Run(r io.Reader) error {
return nil
}

var unused = ""

var NoComment = ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golint] reported by reviewdog 🐶
exported var NoComment should have comment or be unexported

@haya14busa haya14busa merged commit 38d25df into master Dec 12, 2016
@haya14busa haya14busa deleted the project-run5-dogfooding branch December 12, 2016 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants