Rubocop::Emoji
This formatter display green hearts for files with no offenses and broken red hearts for files with problems in them. In the end it appends the regular report data in the clang style format.
Installation
Add this line to your application's Gemfile:
gem "rubocop-emoji", require: false
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubocop-emoji
Usage
$ bundle exec rubocop --require rubocop/formatter/emoji_formatter --format RuboCop::Formatter::EmojiFormatter
Contributing
- Fork it ( https://github.com/[my-github-username]/rubocop-emoji/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request