Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore plugin configs #498

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Explore plugin configs #498

wants to merge 2 commits into from

Commits on Feb 14, 2023

  1. [WIP] Explore plugin configs

    - RuboCop config requires only the RuboCop plugins whose gemspec is loaded
    - Each plugin has a corresponding file of defaults which are inherited
    - Labels are attached automatically to PRs touching each config file
    
    TBD:
    - Should we have a minimal config? Should we keep the existing config as
      is, and instead add an "everything.yml" config?
    - Should we test compatibility with _just_ RuboCop and no plugins?
    - What cops to enable? Maybe disallowing "pending" shouldn't apply to
      plugins, so we don't break consumers?
    sambostock committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5d617fc View commit details
    Browse the repository at this point in the history
  2. Extract rubocop.infer.yml

    sambostock committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9fd4371 View commit details
    Browse the repository at this point in the history