Skip to content

Commit

Permalink
Merge a6dd658 into 04972c3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblakeley committed Aug 22, 2018
2 parents 04972c3 + a6dd658 commit a12667b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func Init(version string, confPaths []string) {
}
if len(lines) == 0 {
fmt.Printf("found no issues in %s\n", path)
return nil
os.Exit(0)
}
fmt.Printf("issues found in %s:\n", path)
for _, line := range lines {
Expand Down

0 comments on commit a12667b

Please sign in to comment.