angrycuban13 / Just-A-Bunch-Of-Starr-Scripts

Just a bunch of scripts for Starr apps
104 stars 12 forks source link

Add `TagIgnore` & `ProfileName` to Config File #45

Closed angrycuban13 closed 11 months ago

angrycuban13 commented 2 years ago

Closes #3 Closes #10

github-actions[bot] commented 2 years ago

PSScriptAnalyzer results:

Errors: [0], Warnings: [5], Information: [2]

``` 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. ```

angrycuban13 commented 2 years ago

PSScriptAnalyzer results:

Errors: [0], Warnings: [5], Information: [2]

@bakerboy448 just for you

github-actions[bot] commented 2 years ago

PSScriptAnalyzer results:

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

``` 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. ```