fix lint issue
This commit is contained in:
parent
f343fdd365
commit
c56f238cdf
@ -38,6 +38,8 @@ function Send-PRComment {
|
||||
)
|
||||
|
||||
begin {
|
||||
# workaround for false positive PSReviewUnusedParameter
|
||||
$null = $GiteaUser
|
||||
}
|
||||
|
||||
process {
|
||||
|
Reference in New Issue
Block a user