We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It will be great if there is a hyperlink in the output pointing to rule documentation for guidelines.
Invoke-ScriptAnalyzer C:\Temp\temp.ps1 | fl * -f
Line : 38 Column : 1 Message : The variable 'src1' is assigned but never used. Extent : $src1 RuleName : PSUseDeclaredVarsMoreThanAssignments Severity : Warning ScriptName : temp.ps1 ScriptPath : C:\Temp\temp.ps1 RuleSuppressionID : src1 SuggestedCorrections :
Line : 54 Column : 1 Message : The variable 'src2' is assigned but never used. Extent : $src2 RuleName : PSUseDeclaredVarsMoreThanAssignments Severity : Warning ScriptName : temp.ps1 ScriptPath : C:\Temp\temp.ps1 RuleSuppressionID : src2 SuggestedCorrections :
The text was updated successfully, but these errors were encountered:
Related issues: #575, #730
Sorry, something went wrong.
No branches or pull requests
It will be great if there is a hyperlink in the output pointing to rule documentation for guidelines.
Invoke-ScriptAnalyzer C:\Temp\temp.ps1 | fl * -f
Line : 38
Column : 1
Message : The variable 'src1' is assigned but never used.
Extent : $src1
RuleName : PSUseDeclaredVarsMoreThanAssignments
Severity : Warning
ScriptName : temp.ps1
ScriptPath : C:\Temp\temp.ps1
RuleSuppressionID : src1
SuggestedCorrections :
Line : 54
Column : 1
Message : The variable 'src2' is assigned but never used.
Extent : $src2
RuleName : PSUseDeclaredVarsMoreThanAssignments
Severity : Warning
ScriptName : temp.ps1
ScriptPath : C:\Temp\temp.ps1
RuleSuppressionID : src2
SuggestedCorrections :
The text was updated successfully, but these errors were encountered: