Skip to content

Commit

Permalink
Hound Test Commit
Browse files Browse the repository at this point in the history
This patch is to test the functionality of Hound.
  • Loading branch information
akutz committed Mar 8, 2016
1 parent 651846c commit b4bcc61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
go:
enabled: true
fail_on_violations: true
3 changes: 3 additions & 0 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import (
"github.com/emccode/rexray/util"
)

type JsonObject struct {
}

func init() {
initDrivers()
gofig.SetGlobalConfigPath(util.EtcDirPath())
Expand Down

0 comments on commit b4bcc61

Please sign in to comment.