Skip to content

Commit

Permalink
[Fix #8182] Add Readme Badge section to README.md (#8184)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaporyhumo committed Jun 21, 2020
1 parent 7b0e011 commit 8c5cbc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,7 @@
</p>

----------
[![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop-hq/rubocop)
[![Gem Version](https://badge.fury.io/rb/rubocop.svg)](https://badge.fury.io/rb/rubocop)
[![CircleCI Status](https://circleci.com/gh/rubocop-hq/rubocop/tree/master.svg?style=svg)](https://circleci.com/gh/rubocop-hq/rubocop/tree/master)
[![Actions Status](https://github.com/rubocop-hq/rubocop/workflows/CI/badge.svg?branch=master)](https://github.com/rubocop-hq/rubocop/actions?query=workflow%3ACI)
Expand Down Expand Up @@ -73,6 +74,12 @@ RuboCop supports the following Ruby implementations:

See [compatibility](https://docs.rubocop.org/rubocop/compatibility.html) for further details.

## Readme Badge

If you use RuboCop in your project, you can include these badge in your readme to let people know that your code is written following The Ruby Style Guide.

[![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop-hq/rubocop)

## Team

Here's a list of RuboCop's core developers:
Expand Down

0 comments on commit 8c5cbc7

Please sign in to comment.