PowerShell/test/powershell/engine/Module
bergmeister ffd39b2853 PSScriptAnalyzer fixes by category (#4261)
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'ForEach-Object' (alias is '%' or 'foreach')
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'Where-Object' (alias is '?' or 'where')
- Fix PSScriptAnalyzer warnings of type PSAvoidUsingCmdletAliases for 'Select-Object' (alias is 'select')
- Fix PSScriptAnalyzer warnings of type PSPossibleIncorrectComparisonWithNull. Essentially, $null has to be on the left-hand side when using it for comparison.
- A Test in ParameterBinding.Tests.ps1 needed adapting as this test used to rely on the wrong null comparison
- Replace a subset of tests of kind '($object -eq $null) | Should Be $true' with '$object | Should Be $null'
2017-07-21 21:03:49 -07:00
..
ModulePath.Tests.ps1 Add Windows PowerShell PSModulePath by default on Windows (#4132) 2017-07-07 09:43:37 -07:00
NewModuleManifest.Tests.ps1 Change New-ModuleManifest encoding to UTF8NoBOM on non-Windows platforms (#3940) 2017-06-27 12:48:25 -07:00
SubmodulePathInManifest.Tests.ps1 Fixing Import-Module on Linux for special cases of NestedModules/RootModule path format (#4010) 2017-06-28 16:35:33 -07:00
TestModuleManifest.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00