Add a paragraph about detekt.
This commit is contained in:
parent
ae81b6e59e
commit
fe1ec1e54f
1 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
* [Kotlin](#kotlin)
|
* [Kotlin](#kotlin)
|
||||||
* [Changelog](#changelog)
|
* [Changelog](#changelog)
|
||||||
* [Code quality](#code-quality)
|
* [Code quality](#code-quality)
|
||||||
|
* [detekt](#detekt)
|
||||||
* [ktlint](#ktlint)
|
* [ktlint](#ktlint)
|
||||||
* [knit](#knit)
|
* [knit](#knit)
|
||||||
* [lint](#lint)
|
* [lint](#lint)
|
||||||
|
|
@ -104,6 +105,12 @@ Make sure the following commands execute without any error:
|
||||||
|
|
||||||
Some separate commands can also be run, see below.
|
Some separate commands can also be run, see below.
|
||||||
|
|
||||||
|
#### detekt
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
./gradlew detekt
|
||||||
|
</pre>
|
||||||
|
|
||||||
#### ktlint
|
#### ktlint
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue