Skip to content

Commit

Permalink
Merge pull request #31 from petrblaho/codeclimate-badge
Browse files Browse the repository at this point in the history
Adds codeclimate badge to readme
  • Loading branch information
jistr committed Jan 22, 2013
2 parents 23572bd + d7a645b commit b3c182d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
thor-cli
========

[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/aeolus-incubator/thor-cli)

Revamp of cli tooling for aeolus conductor. Thor scaffolding is in
place, along with ActiveResource-backed interaction with Conductor's
REST api to list or add providers.
Expand All @@ -22,7 +24,7 @@ Logging levels also are set in the configuration file.
:username: master
:password: ofuniverse
:logging:
# one of DEBUG, WARN, INFO, ERROR or FATAL
# one of DEBUG, WARN, INFO, ERROR or FATAL
:level: WARN
# one of STDOUT, STDERR or /path/to/logfile
:logfile: STDERR
Expand Down

0 comments on commit b3c182d

Please sign in to comment.