Skip to content

Code style checking for GitHub Ruby repositories

License

Notifications You must be signed in to change notification settings

rizzza/rubocop-github

 
 

Repository files navigation

RuboCop GitHub

This repository provides recommended RuboCop configuration and additional Cops for use on GitHub open source and internal Ruby projects.

Installation

Gemfile

gem "rubocop-github"

.rubocop.yml

inherit_gem:
  rubocop-github:
    - config/default.yml
    - config/rails.yml

The Cops

All cops are located under lib/rubocop/cop/github, and contain examples/documentation.

About

Code style checking for GitHub Ruby repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%