Skip to content

fix leftover linting errors #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 16, 2025
Merged

fix leftover linting errors #150

merged 2 commits into from
May 16, 2025

Conversation

CDeltakai
Copy link
Contributor

@CDeltakai CDeltakai commented May 16, 2025

Description

This is a simple PR that just fixes up any leftover linting errors found by the new js-lint package

Issues Fixed

Tasks

  • 1. Fix any leftover linting errors found by the new linter

Final checklist

  • Domain specific tests
  • Full tests
  • Updated inline-comment documentation
  • Lint fixed
  • Squash and rebased
  • Sanity check the final build

@CDeltakai CDeltakai self-assigned this May 16, 2025
@CDeltakai CDeltakai merged commit 95713ae into staging May 16, 2025
5 checks passed
@CDeltakai
Copy link
Contributor Author

Split destructuring for host_ in QUICClient and QUICSocket such that host_ is made explicitly mutable and udpType (which is never reassigned) is made a const. This silences the prefer-const linter error and makes mutability of variables more clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant