Sha256: 6258a55af4c566a0237c2c3dfc66a0c66fed3f50f6e9e5df401f56ed7092d0f2
Contents?: true
Size: 566 Bytes
Versions: 16
Compression:
Stored size: 566 Bytes
Contents
# RuboCop Standard [![Build Status](https://travis-ci.org/github/rubocop-standard.svg?branch=master)](https://travis-ci.org/github/rubocop-standard) This repository provides recommended RuboCop configuration and additional Cops for use, based initially on GitHub open source and internal Ruby projects. ## Installation **Gemfile** ``` ruby gem "rubocop-standard" ``` **.rubocop.yml** ``` yaml require: - rubocop-standard ``` ## The Cops All cops are located under [`lib/rubocop/cop/standard`](lib/rubocop/cop/standard), and contain examples/documentation.
Version data entries
16 entries across 16 versions & 1 rubygems