Skip to content

Commit

Permalink
Remove <importOrder> from plugin-maven docs for kotlin, fixes #679
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Sep 1, 2020
1 parent c950057 commit cbf36e1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,18 +198,9 @@ Spotless requires Maven to be running on JRE 8+.
<include>src/test/kotlin/**/*.kt</include>
</includes>

<importOrder/> <!-- standard import order -->
<importOrder> <!-- or a custom ordering -->
<order>java,javax,org,com,com.diffplug,</order> <!-- or use <file>${basedir}/eclipse.importorder</file> -->
<!-- You probably want an empty string at the end - all of the
imports you didn't specify explicitly will go there. -->
</importOrder>

<removeUnusedImports /> <!-- self-explanatory -->

<ktlint /> <!-- has its own section below -->
<ktfmt /> <!-- has its own section below -->
<prettierv/> <!-- has its own section below -->
<prettier /> <!-- has its own section below -->

<licenseHeader>
<content>/* (C)$YEAR */</content> <!-- or <file>${basedir}/license-header</file> -->
Expand Down

0 comments on commit cbf36e1

Please # to comment.