Is there a way to specify included files/paths for formatting? #2729
-
Just this morning I tried to us the maven plugin to format our For our project we check in the So is it possible to set the paths for folder and files to include? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @agreedSkiing we currently skip generated code when applying recipes in at least two places in the Maven plugin:
And so far, the maven plugin goals only allow for adding additional exclusions, not explicit inclusions. If you feel we should support generated sources you're welcome to open an issue on openrewrite/rewrite-maven-plugin, so we can track that there. |
Beta Was this translation helpful? Give feedback.
Hi @agreedSkiing we currently skip generated code when applying recipes in at least two places in the Maven plugin:
And so far, the maven plugin goals only allow for adding additional exclusions, not explicit inclusions.
If you feel we should support generated sources you're welcome to open an issue on openrewrite/rewrite-maven-plugin, so we can track that there.