README.md in worker-glass-0.2.2 vs README.md in worker-glass-0.2.3

- old
+ new

@@ -70,10 +70,11 @@ ## References * [Sidekiq](http://sidekiq.org/) * [Karafka framework](https://github.com/karafka/karafka) +* [Capistrano Karafka](https://github.com/karafka/capistrano-karafka) * [Waterdrop](https://github.com/karafka/waterdrop) * [Worker Glass](https://github.com/karafka/worker-glass) * [Envlogic](https://github.com/karafka/envlogic) * [Null Logger](https://github.com/karafka/null-logger) * [Worker Glass Travis CI](https://travis-ci.org/karafka/worker-glass) @@ -84,10 +85,14 @@ Fork the project. Make your feature addition or bug fix. Add tests for it. This is important so I don't break it in a future version unintentionally. Commit, do not mess with Rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull). Send me a pull request. Bonus points for topic branches. -Each pull request must pass our quality requirements. To check if everything is as it should be, we use [PolishGeeks Dev Tools](https://github.com/polishgeeks/polishgeeks-dev-tools) that combine multiple linters and code analyzers. Please run: +[![coditsu](https://coditsu.io/assets/quality_bar.png)](https://coditsu.io) + +Each pull request must pass our quality requirements. To check if everything is as it should be, we use [Coditsu](https://coditsu.io) that combinse multiple linters and code analyzers. Unfortunately, for now it is invite-only based, so just ping us and we will give you access to the quality results. + +Please run: ```bash bundle exec rake ```