save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Remove `GenericConfig` and make it as part of `FixPlugin` and `WarnPlugin`

Open nulls opened this issue 3 years ago • 0 comments

GenericConfig looks like a common class for all plugins. We can move all properties form GenericConfig to *PluginConfigs and use them during executing a specific plugin instead of fetching 2 plugin configs

Of course, changes should be seamless for user on save.toml level

nulls avatar Aug 25 '22 14:08 nulls