Skip to content

Commit

Permalink
Update cmd/cli/app/auth/invite/invite.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Anderson <[email protected]>
  • Loading branch information
rdimitrov and evankanderson authored Jun 7, 2024
1 parent 10b6225 commit 689bccc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/cli/app/auth/invite/invite.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ var inviteCmd = &cobra.Command{
Hidden: true, // TODO: This hides the command, remove it once it's implemented
Use: "invite",
Short: "Manage user invitations",
Long: `The minder auth invite command lets you manage user invitations
for the minder control plane.`,
Long: `The minder auth invite command lets you manage (accept/reject) your invitations.`

Check failure on line 30 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / lint / Run golangci-lint

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 30 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / lint / Run golangci-lint

missing ',' before newline in composite literal (typecheck)

Check failure on line 30 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / lint / Run golangci-lint

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 30 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / build / Verify build

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 30 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / test / Coverage

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 30 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / test / Unit testing

syntax error: unexpected newline in composite literal; possibly missing comma or }
RunE: func(cmd *cobra.Command, _ []string) error {

Check failure on line 31 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / lint / Run golangci-lint

syntax error: unexpected ] after top level declaration (typecheck)

Check failure on line 31 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / lint / Run golangci-lint

syntax error: unexpected ] after top level declaration) (typecheck)

Check failure on line 31 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / build / Verify build

syntax error: unexpected ] after top level declaration

Check failure on line 31 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / test / Coverage

syntax error: unexpected ] after top level declaration

Check failure on line 31 in cmd/cli/app/auth/invite/invite.go

View workflow job for this annotation

GitHub Actions / test / Unit testing

syntax error: unexpected ] after top level declaration
return cmd.Usage()
},
Expand Down

0 comments on commit 689bccc

Please sign in to comment.