gantsign / ktlint-maven-plugin

Maven plugin for ktlint the Kotlin linter

Home Page:http://gantsign.com/ktlint-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ktlint-goals do not consider other paths rather than main & test

digital-h opened this issue · comments

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.