Giter Club home page Giter Club logo

ebp-rubocop-config's Introduction

LTV Rubocop Configuration

This is a shared Rubocop configuration, intended to be included in other Ruby projects.

Installation

Good news! You don't need to copy/paste the Rubocop configuration. Put this in a repository's Gemfile:

git 'https://github.com/ltvco/ebp-rubocop-config.git', tag: 'v0.1.0' do
  gem 'ltv-rubocop'
end

Note that the tag parameter locks the other repositories to a specific Git tag; this is desirable because when we change configurations in this repository, we don't want to cause existing projects to have failing cops. Using versions allows each project to update at their own pace.

And then put this in the repository's .rubocop.yml:

inherit_gem:
  ltv-rubocop: rubocop.yml

Possible improvements

  • It may be worthwhile for us to create multiple gems in this repository; this would enable us to have separate gems for Rails-specific configuration and general Ruby configuration. This would involve defining multiple gemspec files here, and client code would need to specify which gem from the repository to include.

ebp-rubocop-config's People

Contributors

nickkelley42 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.