- Add
LintRoller::Supportmodule of classes designed to make it a little easier to author plugins.MergesUpstreamMetadata#mergewill allow a minimal YAML config (say,standard-sorbet's, which only containsEnabledvalues for each rule) to merge in any other defaults from a source YAML (e.g.rubocop-sorbet's which includesDescription,VersionAdded, and so on). This way that metadata is neither absent at runtime nor duplicated in a standard plugin that mirrors a rubocop extension
- Initial release