Skip to content

Commit

Permalink
refactor(*): make conform.yaml a dotfile (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Jul 22, 2017
1 parent 936b64e commit 3ae8e5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion conform/conform.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var policyMap = map[string]policy.Policy{

// New loads the conform.yaml file and unmarshals it into a Conform struct.
func New() (*Conform, error) {
configBytes, err := ioutil.ReadFile("conform.yaml")
configBytes, err := ioutil.ReadFile(".conform.yaml")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 3ae8e5f

Please sign in to comment.