Open
Description
Hello,
working on a multitude of Maven projects in a larger, dated codebase. We would like to streamline the formatting with Spotless, but there are embedded SQL strings in the Java code that should be left untouched without having to write the // spotless:off/on
comments everywhere.
The Gradle plugin has an "Inception" feature: https://github.com/diffplug/spotless/tree/main/plugin-gradle#inception-languages-within-languages-within, which allows special treatment of hunks of code captured by a specified regular expression.
Is this planned to be added to the Maven plugin as well? If so, is there an estimated time of arrival?
Thanks
Metadata
Metadata
Assignees
Labels
No labels