README.md in koality-1.0.0 vs README.md in koality-1.0.1
- old
+ new
@@ -104,21 +104,21 @@
## Common Questions
* 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
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)