Skip to content

Commit

Permalink
feat(inspection) #44 Add Kotlin DSL for clippy command
Browse files Browse the repository at this point in the history
  • Loading branch information
missingdays committed Jul 7, 2021
1 parent 315b7e8 commit c7374b2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion plugin-rust-server/kotlin-dsl/CargoStep.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

<param name="cargo-clean-manifest" dslName="manifest">
<description>
Path to the manifest to to the package to clean
Path to the manifest to the package to clean
</description>
</param>
</option>
Expand Down Expand Up @@ -621,6 +621,14 @@
</description>
</param>
</option>

<option name="clippy" value="clippy">
<param name="cargo-clippy-manifest" dslName="manifest">
<description>
Path to the manifest file
</description>
</param>
</option>
</param>
<param name="cargo-verbosity" dslName="verbosity" type="Verbosity">
<description>
Expand Down

0 comments on commit c7374b2

Please sign in to comment.