Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
544
stars
39
forks
source link
False positive `MISSING_KDOC_ON_FUNCTION` on local function (function inside another function) #1773
Closed
DrAlexD closed 11 months ago
Warning
MISSING_KDOC_ON_FUNCTION
is thrown for functionsprintHello()
andprintBye()
: