From 8c5cbc726950655254eaa5bec4bda1cba40f3cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Andr=C3=A9s=20Contreras=20Vilina?= <4110256+vaporyhumo@users.noreply.github.com> Date: Sun, 21 Jun 2020 16:31:29 -0400 Subject: [PATCH] [Fix #8182] Add Readme Badge section to README.md (#8184) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1ad9f05bc2b..023fb1f23c2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@

---------- +[![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) @@ -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: