Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 26, 2023
1 parent 64b8b84 commit c234572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GitHub/public/Auth/Connect-GitHubAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
[Alias('Login-GitHub')]
[Alias('Login-GH')]
[OutputType([void])]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSReviewUnusedParameter', 'AccessToken', Justification = 'Required for parameter set')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingWriteHost', '', Justification = 'Is the CLI part of the module.')]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingWriteHost', '', Justification = 'Is the CLI part of the module.')]
[CmdletBinding(DefaultParameterSetName = 'DeviceFlow')]
param (
# Choose between authentication methods, either OAuthApp or GitHubApp.
Expand Down

0 comments on commit c234572

Please sign in to comment.