Code Analysis - semicolon statement terminators

Is there any way to warn for missing semicolons on statements? In particular there are situations where missing semicolons can cause unpredictable behavior (THROW).

I understand the auto-formatter can add semicolons, but I'm more interested in a linting solution to warn for these issues.
Tagged:

Answers

Sign In or Register to comment.