Skip to content

Commit

Permalink
One more time
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpace committed Jun 6, 2012
1 parent 53c67c2 commit b8d2dd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ Edit configuration or comment out lines to skip certain checks.
* I don't want to the build to fail if I exceed any thresholds. How do I
turn that off?

opts.abort_on_failure = false
opts.abort_on_failure = false

* I only want to fail the build if there are over 10 ABC errors. How do
I set that up?

opts.abc_violations_threshold = 10
opts.total_violations_threshold = -1
opts.abc_violations_threshold = 10
opts.total_violations_threshold = -1

* How do I keep style violations from breaking the build?

opts.style_violations_threshold = -1
opts.total_violations_threshold = -1
opts.style_violations_threshold = -1
opts.total_violations_threshold = -1

## Contributing

Expand Down

0 comments on commit b8d2dd3

Please sign in to comment.