mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-16 03:05:47 +00:00
Fix PSSA deploy(.ps1) warning (#26)
* Deploy: fix indent (remove trailing whitespace) * Deploy(.ps1): Remove PSSA warning about don't use Write-host * Deploy(.ps1): Remove PSSA warning unused variable false positive (it is used for ParameterSet...)
This commit is contained in:
parent
e8a5fdf15d
commit
a608d6ebd7
1 changed files with 21 additions and 19 deletions
|
|
@ -37,6 +37,8 @@
|
||||||
===========================================================================
|
===========================================================================
|
||||||
#>
|
#>
|
||||||
[CmdletBinding(DefaultParameterSetName = 'IncreaseVersion')]
|
[CmdletBinding(DefaultParameterSetName = 'IncreaseVersion')]
|
||||||
|
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingWriteHost", "")]
|
||||||
|
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSReviewUnusedParameter", "")]
|
||||||
param
|
param
|
||||||
(
|
(
|
||||||
[Parameter(ParameterSetName = 'SkipVersion')]
|
[Parameter(ParameterSetName = 'SkipVersion')]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue