False Positive for T019 when do while loop is used.

Issue #6 resolved
Gavin Swanson created an issue

The following:

do
{
    something here;
} while(condition);

Gets marked for T019 because there is no {} AFTER the while statement.

Comments (2)

  1. Log in to comment