001185d863
Adds a new lint that checks if there is a semicolon on the last block statement if it returns nothing changelog: Added a new lint: `SEMICOLON_IF_NOTHING_RETURNED` fixes #6467 Adds the `SEMICOLON_IF_NOTHING_RETURNED` lint and therefore closes #6467.