Browse Source

Add a paragraph about detekt.

pull/970/head
Benoit Marty 1 year ago
parent
commit
fe1ec1e54f
  1. 7
      CONTRIBUTING.md

7
CONTRIBUTING.md

@ -13,6 +13,7 @@ @@ -13,6 +13,7 @@
* [Kotlin](#kotlin)
* [Changelog](#changelog)
* [Code quality](#code-quality)
* [detekt](#detekt)
* [ktlint](#ktlint)
* [knit](#knit)
* [lint](#lint)
@ -104,6 +105,12 @@ Make sure the following commands execute without any error: @@ -104,6 +105,12 @@ Make sure the following commands execute without any error:
Some separate commands can also be run, see below.
#### detekt
<pre>
./gradlew detekt
</pre>
#### ktlint
<pre>

Loading…
Cancel
Save