Skip to content

Commit

Permalink
Enhance examples/maven/pom.xml with a doc comment (#1298)
Browse files Browse the repository at this point in the history
### What's done:

 * An inline doc comment was added to `examples/maven/pom.xml`.
  • Loading branch information
unix-junkie authored May 25, 2022
1 parent 4656b80 commit ff6e784
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<diktat.version>1.1.0</diktat.version>
</properties>

<!-- This is an example of how DiKTat performs static code analysis.
If you also wish to compile your code, typically via "mvn compile"
be sure to follow the instructions at https://kotlinlang.org/docs/maven.html
and include the kotlin-maven-plugin. -->

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit ff6e784

Please sign in to comment.