WinRb / winrm-elevated

Runs PowerShell commands as elevated over Windows Remote Management (WinRM) via a scheduled task
Apache License 2.0
27 stars 17 forks source link

Update unit-test / rubocop / gemfile #27

Closed fwininger closed 5 years ago

fwininger commented 5 years ago

Enhance some gem configurations

fwininger commented 5 years ago

@mwrock can you consider this PR ? I fix the unit-test pipeline and some all rubocop checks

fwininger commented 5 years ago

I add some fix in the ps1 with PSScriptAnalyzer

RuleName                            Severity     ScriptName Line  Message                                                     
--------                            --------     ---------- ----  -------                                                     
PSAvoidUsingCmdletAliases           Warning      Untitled. 86    'select' is an alias of 'Select-Object'. Alias can          
                                                 ps1              introduce possible problems and make scripts hard to        
                                                                  maintain. Please consider changing alias to its full        
                                                                  content.                                                    
PSAvoidUsingCmdletAliases           Warning      Untitled. 86    'ForEach' is an alias of 'ForEach-Object'. Alias can        
                                                 ps1              introduce possible problems and make scripts hard to        
                                                                  maintain. Please consider changing alias to its full        
                                                                  content.