Use ConfigLoader.default_configuration for default by hanachin · Pull Request #7632 · rubocop/rubocop

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 ConfigLo...