Closed angrycuban13 closed 11 months ago
PSScriptAnalyzer results:
``` RuleName : PSReviewUnusedParameter Severity : Warning ScriptName : upgradinatorr.ps1 Line : 194 Message : The parameter 'profileName' has been declared but not used. RuleName : PSUseShouldProcessForStateChangingFunctions Severity : Warning ScriptName : upgradinatorr.ps1 Line : 243 Message : Function 'Remove-Tag' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. RuleName : PSUseSingularNouns Severity : Warning ScriptName : upgradinatorr.ps1 Line : 127 Message : The cmdlet 'Get-ArrItems' uses a plural noun. A singular noun should be used instead. RuleName : PSUseSingularNouns Severity : Warning ScriptName : upgradinatorr.ps1 Line : 265 Message : The cmdlet 'Search-Movies' uses a plural noun. A singular noun should be used instead. RuleName : PSAvoidUsingCmdletAliases Severity : Warning ScriptName : upgradinatorr.ps1 Line : 461 Message : 'Select' is an alias of 'Select-Object'. Alias can introduce possible problems and make scripts hard to maintain. Please consider changing alias to its full content. RuleName : PSUseOutputTypeCorrectly Severity : Information ScriptName : upgradinatorr.ps1 Line : 64 Message : The cmdlet 'Confirm-ArrResponse' returns an object of type 'System.Boolean' but this type is not declared in the OutputType attribute. RuleName : PSUseOutputTypeCorrectly Severity : Information ScriptName : upgradinatorr.ps1 Line : 240 Message : The cmdlet 'Read-IniFile' returns an object of type 'System.Collections.Hashtable' but this type is not declared in the OutputType attribute. ```
PSScriptAnalyzer results:
Errors: [0], Warnings: [5], Information: [2]
@bakerboy448 just for you
PSScriptAnalyzer results:
``` RuleName : PSReviewUnusedParameter Severity : Warning ScriptName : upgradinatorr.ps1 Line : 225 Message : The parameter 'profileName' has been declared but not used. RuleName : PSUseShouldProcessForStateChangingFunctions Severity : Warning ScriptName : upgradinatorr.ps1 Line : 276 Message : Function 'Remove-Tag' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. RuleName : PSUseSingularNouns Severity : Warning ScriptName : upgradinatorr.ps1 Line : 147 Message : The cmdlet 'Get-ArrItems' uses a plural noun. A singular noun should be used instead. ```
tagIgnore
tagsprofileName
profile IDtagIgnore
is filled inprofileName
is filled intagIgnore
andprofileName
are filled intagIgnore
tagsprofileName
profile IDGet-ProfileQuality
function for SonarrtagIgnore
is filled inprofileName
is filled intagIgnore
andprofileName
are filled inCloses #3 Closes #10