Options

Code Analysis - semicolon statement terminators

dsbertdsbert Posts: 14 Bronze 2
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.