Skip to content

chore: lint fixes part 3#255

Open
pawbana wants to merge 1 commit intopb/coder-lint-fix2from
pb/coder-lint-fix3
Open

chore: lint fixes part 3#255
pawbana wants to merge 1 commit intopb/coder-lint-fix2from
pb/coder-lint-fix3

Conversation

@pawbana
Copy link
Copy Markdown
Contributor

@pawbana pawbana commented Apr 10, 2026

  • receiver-naming (7): standardized receiver names to be consistent within each type (i for interception types)
  • unused-receiver (34): omitted unused receiver names on methods that don't reference the receiver (e.g. Streaming(), Type(), AuthHeader(), encodeForStream(), etc.)
  • unused-parameter (11): renamed unused ctx to _ in mock recorders, MCP proxy shutdown, and async recorder; renamed unused w to _ in CreateInterceptor; renamed unused ctx to _ in mock MCP tool callback
  • unused field (1): removed unused closeOnce sync.Once field from eventstream

Copy link
Copy Markdown
Contributor Author

pawbana commented Apr 10, 2026

@pawbana pawbana force-pushed the pb/coder-lint-fix3 branch from ead0336 to e63a56f Compare April 13, 2026 11:30
@pawbana pawbana force-pushed the pb/coder-lint-fix2 branch from 3f49be8 to 5c0d4f3 Compare April 13, 2026 11:30
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.

2 participants