Skip to content

Commit

Permalink
refactor(viper): add viper to handle multi format config (#64)
Browse files Browse the repository at this point in the history
refactor(viper): add viper to handle multi format config
  • Loading branch information
wass3r authored and JordanSussman committed Oct 8, 2018
1 parent 9170151 commit 71d5f56
Show file tree
Hide file tree
Showing 19 changed files with 423 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ go build . && ./flottbot
DEBU[0000] Registering bot...
DEBU[0000] Bot 'flottbot' registered!
DEBU[0000] Searching for rules directory...
DEBU[0000] Fetching all YAML files...
DEBU[0000] Reading and parsing YAML files...
DEBU[0000] Fetching all rule files...
DEBU[0000] Reading and parsing rule files...
DEBU[0000] Successfully created rules
DEBU[0000] Registering flottbot to Slack...
DEBU[0000] Found channels!
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Temporary Items
debug
flottbot
!flottbot/
config/

### Git ###
vendor
_vendor*
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_install:
- go get github.com/mattn/goveralls
- go get github.com/fzipp/gocyclo
- go get github.com/golang/dep/cmd/dep
install: true
before_script:
- echo $TRAVIS_COMMIT
- echo $TRAVIS_TAG
Expand Down
223 changes: 202 additions & 21 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71d5f56

Please sign in to comment.