Detect formatting-only changes in JVM languages with isFormattingChange
#482
Labels
enhancement
New feature or request
isFormattingChange
#482
Is your feature request related to a problem? Please describe.
I'd like gitStream to properly detect formatting-only changes (whitespace, indentation fixes, etc.) to JVM language files like Java, Kotlin, Groovy. The check is currently limited to only a few languages as described here https://docs.gitstream.cm/filter-functions/#isformattingchange.
Describe the solution you'd like
isFormattingChange
to support JVM languages.Describe alternatives you've considered
Dropping this automation from our project.
Additional context
Perhaps the minifier used for Android could be used to implement this: https://www.guardsquare.com/proguard?
The text was updated successfully, but these errors were encountered: