class RuboCop::Formatter::DisabledConfigFormatter

def cop_config_params(default_cfg, cfg)

def cop_config_params(default_cfg, cfg)
  default_cfg.keys -
    %w[Description StyleGuide Reference Enabled Exclude] -
    cfg.keys
end