Upgraded to Gradle 6.6 and Kotlin 1.4.0.
This commit is contained in:
parent
4f458b0bdc
commit
0f0e87bb6a
40 changed files with 484 additions and 385 deletions
11
config/detekt/baseline.xml
Normal file
11
config/detekt/baseline.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" ?>
|
||||
<SmellBaseline>
|
||||
<Blacklist timestamp="1531308331780"></Blacklist>
|
||||
<Whitelist timestamp="1558928560207">
|
||||
<ID>ComplexMethod:PinboardPoster.kt$PinboardPoster$private fun executeMethod(method: String, params: List<Pair<String, String>>): Boolean</ID>
|
||||
<ID>LongParameterList:PinboardPoster.kt$PinboardPoster$( url: String, description: String, extended: String = "", tags: String = "", dt: String = "", replace: Boolean = true, shared: Boolean = true, toRead: Boolean = false )</ID>
|
||||
<ID>NestedBlockDepth:PinboardPoster.kt$PinboardPoster$private fun executeMethod(method: String, params: List<Pair<String, String>>): Boolean</ID>
|
||||
<ID>ThrowsCount:PinboardPoster.kt$PinboardPoster$internal fun parseMethodResponse(method: String, response: String)</ID>
|
||||
<ID>TooGenericExceptionCaught:PinboardPoster.kt$PinboardPoster$e: Exception</ID>
|
||||
</Whitelist>
|
||||
</SmellBaseline>
|
Loading…
Add table
Add a link
Reference in a new issue