FelixEngl edited a comment on pull request #3403:
URL: https://github.com/apache/storm/pull/3403#issuecomment-875549464


   Addendum 1:
   
   I also cleaned up the Powershell code regarding CMDLet aliases (`echo` 
instead of `Write-Output`) and left-sided `$null`-comparison. These are not 
errors, but both are considered as bad practice for code that has to be 
maintained.
   
   The explanation for both cleanups can be found here:
   * [CMDLet 
aliases](https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation/AvoidUsingCmdletAliases.md)
   * [left-sided 
`$null`-comparison](https://github.com/PowerShell/PSScriptAnalyzer/blob/master/RuleDocumentation/PossibleIncorrectComparisonWithNull.md)
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to