What feature do you want to see added?
The recipes.yml is a quite flat structure of recipes that OpenRewrite can understand.
But we cannot just apply recipes blindly on all plugins because they depend on the context and the nature of the plugin
The idea is to build some simple rules based on PluginMetadata flag
One very simple example (We need to see about the format. File ? Directly on the code ?)
rules:
- recipe: AddGitHubSecurityWorlfow
conditions:
- "not IS_API_PLUGIN"
- "HAS_SOURCE_FILE"
Upstream changes
No response
Are you interested in contributing this feature?
No response
What feature do you want to see added?
The
recipes.ymlis a quite flat structure of recipes that OpenRewrite can understand.But we cannot just apply recipes blindly on all plugins because they depend on the context and the nature of the plugin
The idea is to build some simple rules based on
PluginMetadataflagOne very simple example (We need to see about the format. File ? Directly on the code ?)
Upstream changes
No response
Are you interested in contributing this feature?
No response