Add a paragraph about detekt.

This commit is contained in:
Benoit Marty 2023-07-26 15:30:00 +02:00
parent ae81b6e59e
commit fe1ec1e54f

View file

@ -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:
Some separate commands can also be run, see below.
#### detekt
<pre>
./gradlew detekt
</pre>
#### ktlint
<pre>