You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a seperate path for our integration-tests in an additional path "integration-test". These are glued together through the maven plugin org.codehaus.mojo:build-helper-maven-plugin:3.0.0.
If I run any ktlint-goal such as mvn ktlint:check or mvn ktlint:format manually the integration-test-path is not considered. If I run a standard mvn clean install it is considered of course.
It would be nice to have a way, that both calls to the plugin would behave the same.
The text was updated successfully, but these errors were encountered:
We are using a seperate path for our integration-tests in an additional path "integration-test". These are glued together through the maven plugin org.codehaus.mojo:build-helper-maven-plugin:3.0.0.
If I run any ktlint-goal such as
mvn ktlint:check
ormvn ktlint:format
manually the integration-test-path is not considered. If I run a standardmvn clean install
it is considered of course.It would be nice to have a way, that both calls to the plugin would behave the same.
The text was updated successfully, but these errors were encountered: