Skip to content

Commit

Permalink
Kdoc fixer false-negative: not generating a Kdoc for several public f…
Browse files Browse the repository at this point in the history
…unctions

### What's done:
* fixed bug in MISSING_KDOC_ON_FUNCTION
Closes #965
  • Loading branch information
Cheshiriks committed Jul 16, 2021
1 parent 9ae14fd commit bbc57ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class TestArgumentsReader(

/**
* Whether all tests should be run
*
* @return true if command has option "all"
*/
fun shouldRunAllTests() = cmd.hasOption("all")

Expand Down

0 comments on commit bbc57ec

Please sign in to comment.