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
RuleName Severity FileName Line Message
-------- -------- -------- ---- -------
PSUseDeclaredVarsMoreThanAssigments Warning test.ps1 1 The variable 'private:x' is assigned but never used.
This is not quite right because the variable is used in the next line after assignment.
The text was updated successfully, but these errors were encountered:
For the script like
Invoke-ScriptAnalyzer reports
This is not quite right because the variable is used in the next line after assignment.
The text was updated successfully, but these errors were encountered: