Skip to content
New issue

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

Update CHANGELOG.md #35

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Update CHANGELOG.md #35

merged 1 commit into from
Jul 29, 2024

Conversation

rebelinux
Copy link
Collaborator

Update CHANGELOG.md

@rebelinux rebelinux merged commit a6979f8 into master Jul 29, 2024
3 checks passed
Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [8], Information: [3]


RuleName   : PSUseUsingScopeModifierInNewRunspaces
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.Windows.ps1
Line       : 122
Message    : The variable '$ScriptContent' is not declared within this 
             ScriptBlock, and is missing the 'Using:' scope modifier.

RuleName   : PSUseUsingScopeModifierInNewRunspaces
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.Windows.ps1
Line       : 125
Message    : The variable '$ScriptContent' is not declared within this 
             ScriptBlock, and is missing the 'Using:' scope modifier.

RuleName   : PSAvoidUsingEmptyCatchBlock
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 471
Message    : Empty catch block is used. Please use Write-Error or throw 
             statements in catch blocks.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 289
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 299
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 509
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 289
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 299
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSUseOutputTypeCorrectly
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 347
Message    : The cmdlet 'Get-LocalGroupMember' returns an object of type 
             'System.String' but this type is not declared in the OutputType 
             attribute.

RuleName   : PSAvoidUsingPositionalParameters
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 376
Message    : Cmdlet 'Get-DomainGroupMember' has positional parameter. Please 
             use named parameters instead of positional parameters when calling 
             a command.

RuleName   : PSAvoidUsingPositionalParameters
Severity   : Information
ScriptName : SharedUtilsFunctions.ps1
Line       : 435
Message    : Cmdlet 'Get-DomainGroupMember' has positional parameter. Please 
             use named parameters instead of positional parameters when calling 
             a command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant