Git Product home page Git Product logo

rubocop-cargosense's People

Contributors

jgarber623 avatar

Watchers

 avatar  avatar  avatar  avatar

rubocop-cargosense's Issues

Decompose `config/default.yml`

Similar to rubocop-airbnb's config folder, we could/should/will break out this gem's rules into discrete namespace-specific configuration files. Doing so will prevent config/default.yml from growing unmanageable as we add more gems and custom configuration (e.g. rubocop-rails, rubocop-rspec). config/default.yml should serve as a clown car of sorts and inherit from all of the namespace-specific configuration files.

A recommended layout (within ./config):

  • default.yml (the whole thing)
  • rubocop.yml (inherits all namespaced files configureable in RuboCop)
  • rubocop-layout.yml (Layout/* rules from the rubocop gem)
  • rubocop-performance.yml (Performance/* rules from the rubocop-performance gem)
  • etc. etc. etc.

As a secondary bonus, this configuration change will also allow consumers to pick-and-choose configuration files within their projects. Documentation should be updated to reflect this capability while also strongly encouraging the existing preferred usage (inherit the whole thing and go about your day).

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.