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
Update `Invoke-Linter.ps1` to use a file for settings options.
Fix all the PSAvoidUsingWriteHost issues by using `Write-Information` instead.
Fix PSAvoidAssignmentToAutomaticVariable in `Install-FromMsi.ps1` by renaming a variable.
Fix a PSAvoidTrailingWhitespace lint in the documentation for `Install-AhemFont.ps1`.
Fix a PSAvoidDefaultValueForMandatoryParameter lint in `Invoke-CmakeBuild.ps1`.
Fix a PSUseDeclaredVarsMoreThanAssignments lint in `Invoke-WebFileRequest.ps1`.
0 commit comments