Skip to content

Fix CI failures from grove-to-project rename#112

Closed
scion-gteam[bot] wants to merge 1 commit into
mainfrom
scion/ci-fixer
Closed

Fix CI failures from grove-to-project rename#112
scion-gteam[bot] wants to merge 1 commit into
mainfrom
scion/ci-fixer

Conversation

@scion-gteam
Copy link
Copy Markdown

@scion-gteam scion-gteam Bot commented May 31, 2026

Summary

  • Remove unused _linkedTelegramId state property in profile-telegram.ts that was causing TypeScript TS6133 error ("declared but never read")
  • Update completion_helper.go to read the renamed --project flag instead of deprecated --grove, fixing a mismatch left from Rename internal grove usages to project GoogleCloudPlatform/scion#281
  • Update completion_helper_test.go to use the --project flag and check the error return from FlagSet.Set, fixing the golangci-lint errcheck violation

Test plan

  • go test ./cmd/ -run TestGetAgentNames passes
  • npx tsc --noEmit passes in web/
  • golangci-lint no longer flags completion_helper_test.go:77

- Remove unused _linkedTelegramId state property in profile-telegram.ts
  that was causing TypeScript TS6133 error
- Update completion_helper.go to read the renamed "project" flag
  instead of deprecated "grove"
- Update completion_helper_test.go to use "project" flag and check
  error return from FlagSet.Set
@ptone ptone closed this May 31, 2026
@ptone
Copy link
Copy Markdown
Owner

ptone commented May 31, 2026

This pull request has been recreated on the target repository as GoogleCloudPlatform#282.

@scion-gteam scion-gteam Bot deleted the scion/ci-fixer branch May 31, 2026 18:43
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