neil
01/29/2019, 6:18 PMJoe
01/29/2019, 6:20 PM<plugin>
<groupId>com.github.gantsign.maven</groupId>
<artifactId>ktlint-maven-plugin</artifactId>
<version>${version.maven.ktlint}</version>
<executions>
<execution>
<id>format-and-check</id>
<goals>
<goal>format</goal>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
Michael Bernier
01/29/2019, 6:23 PMMichael Bernier
01/29/2019, 6:24 PMmatheus caceres
01/29/2019, 6:25 PMDico
01/29/2019, 6:45 PMEma
01/29/2019, 6:47 PMalex.hart
01/29/2019, 6:48 PMMichael Bernier
01/29/2019, 7:06 PMmatheus caceres
01/29/2019, 7:06 PMMichael Bernier
01/29/2019, 7:07 PMJukka Siivonen
01/29/2019, 7:07 PMJukka Siivonen
01/29/2019, 7:09 PMneil
01/29/2019, 11:23 PM