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 README.md #67

Merged
merged 1 commit into from
May 23, 2024
Merged

Update README.md #67

merged 1 commit into from
May 23, 2024

Conversation

angrycuban13
Copy link
Owner

No description provided.

@angrycuban13 angrycuban13 merged commit 5a0ca0c into main May 23, 2024
3 checks passed
@angrycuban13 angrycuban13 deleted the angrycuban13-patch-1 branch May 23, 2024 22:25
@angrycuban13
Copy link
Owner Author

PSScriptAnalyzer results:

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


RuleName   : PSAvoidUsingWriteHost
Severity   : Warning
ScriptName : Send-ReadarrBooksToKindle.ps1
Line       : 138
Message    : File 'Send-ReadarrBooksToKindle.ps1' uses Write-Host. Avoid using 
             Write-Host because it might not work in all hosts, does not work 
             when there is no host, and (prior to PS 5.0) cannot be suppressed, 
             captured, or redirected. Instead, use Write-Output, Write-Verbose, 
             or Write-Information.

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : Send-ReadarrBooksToKindle.ps1
Line       : 5
Message    : The parameter 'Author' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : Send-ReadarrBooksToKindle.ps1
Line       : 9
Message    : The parameter 'BookTitle' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : Send-ReadarrBooksToKindle.ps1
Line       : 13
Message    : The parameter 'BookFilePath' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : upgradinatorr.ps1
Line       : 671
Message    : The parameter 'QualityProfileName' has been declared but not used. 

RuleName   : PSUseShouldProcessForStateChangingFunctions
Severity   : Warning
ScriptName : upgradinatorr.ps1
Line       : 818
Message    : Function 'Remove-TagFromMedia' has verb that could change system 
             state. Therefore, the function has to support 'ShouldProcess'.

RuleName   : PSUseDeclaredVarsMoreThanAssignments
Severity   : Warning
ScriptName : upgradinatorr.ps1
Line       : 154
Message    : The variable 'tagAddition' is assigned but never used.

RuleName   : PSUseDeclaredVarsMoreThanAssignments
Severity   : Warning
ScriptName : upgradinatorr.ps1
Line       : 236
Message    : The variable 'num' is assigned but never used.

RuleName   : PSUseDeclaredVarsMoreThanAssignments
Severity   : Warning
ScriptName : upgradinatorr.ps1
Line       : 925
Message    : The variable 'removeTag' is assigned but never used.

RuleName   : PSUseDeclaredVarsMoreThanAssignments
Severity   : Warning
ScriptName : upgradinatorr.ps1
Line       : 1036
Message    : The variable 'mediaSearch' is assigned but never used.

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.

1 participant