You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new (off-by-default) rule has been added to PSScriptAnalyzer called AvoidSemiColonsAsLineTerminators. When enabled, it warns if a semi-colon is the last token on a line.
Prerequisites
Summary of the new feature or changed behavior
A new (off-by-default) rule has been added to PSScriptAnalyzer called
AvoidSemiColonsAsLineTerminators
. When enabled, it warns if a semi-colon is the last token on a line.For example:
Wrong
Correct
List of articles that need to be updated
New Article:
Link to related PR in PowerShell/PowerShell repo
Link to related Issues in PowerShell/PowerShell repo
The text was updated successfully, but these errors were encountered: