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
> Invoke-ScriptAnalyzer .\test.ps1 -Settings .\Settings.psd1
RuleName Severity ScriptName Line Message
-------- -------- ---------- ---- -------
PSUseConsistentWhitespace Warning test.ps1 3 Use space after a comma.
Desired behaviour:
no violation
What is the latest version of PSScriptAnalyzer at the point of writing
1.20.0
The text was updated successfully, but these errors were encountered:
Summary of the new feature
Whitespace after a separator but before a comment should not be a violation of
PSUseConsistentWhitespace
Proposed technical implementation details (optional)
test.ps1 (note whitespace between
foo,
and#
):Settings.psd1:
Current behaviour:
Desired behaviour:
What is the latest version of PSScriptAnalyzer at the point of writing
1.20.0
The text was updated successfully, but these errors were encountered: