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

Use ConfigLoader.default_configuration for default #7632

Merged
merged 2 commits into from Apr 16, 2020

Commits on Jan 7, 2020

  1. Use ConfigLoader.default_configuration for default

    When the config file path is same as the default config file,
    use `ConfigLoader.default_configuration` instead of create a new config.
    
    Because some plugins add their default config values to
    `ConfigLoader.default_configuration`. So the Cops of the plugins expect
    that default config values exists.
    
    Fix rubocop/rubocop-rails#127
    hanachin committed Jan 7, 2020
    Copy the full SHA
    0533089 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Copy the full SHA
    67b812f View commit details
    Browse the repository at this point in the history