Sha256: f75a1f10fb74c9602dc90f8d09deb8d3899bf036dcb3963c3a402da2d139453d
Contents?: true
Size: 563 Bytes
Versions: 8
Compression:
Stored size: 563 Bytes
Contents
# RuboCop Springest This repository provides recommended RuboCop configuration and additional Cops for use on Springest open source and internal Ruby projects. All additional cops are from [rubocop-github](https://github.com/github/rubocop-github/). ## Installation **Gemfile** ``` ruby gem "rubocop-springest" ``` **.rubocop.yml** ``` yaml inherit_gem: rubocop-springest: - config/default.yml - config/rails.yml ``` ## The Cops All cops are located under [`lib/rubocop/cop/github`](lib/rubocop/cop/github), and contain examples/documentation.
Version data entries
8 entries across 8 versions & 1 rubygems