Skip to content

Conversation

@mwbrooks
Copy link
Member

Summary

This pull request enables the linter staticcheck rule ST1023: 'Redundant type in variable declaration'.

Nothing to see here. Originally, commit 6811517 removed the redundant types. But since putting the PR together, we actually removed this in a different linter update!

Requirements

@mwbrooks mwbrooks added this to the Next Release milestone May 21, 2025
@mwbrooks mwbrooks self-assigned this May 21, 2025
@mwbrooks mwbrooks added code health M-T: Test improvements and anything that improves code health semver:patch Use on pull requests to describe the release version increment labels May 21, 2025
@codecov
Copy link

codecov bot commented May 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.32%. Comparing base (918900f) to head (c6acfb1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   63.30%   63.32%   +0.02%     
==========================================
  Files         211      211              
  Lines       22282    22282              
==========================================
+ Hits        14105    14110       +5     
+ Misses       7088     7085       -3     
+ Partials     1089     1087       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mwbrooks mwbrooks marked this pull request as ready for review May 21, 2025 16:42
@mwbrooks mwbrooks requested a review from a team as a code owner May 21, 2025 16:42
Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mwbrooks LGTM! This is a wonderful PR to find 👾 ✨

@mwbrooks
Copy link
Member Author

lol thanks @zimeg! Ultrabasic PR, but it's nice to have a history of enabling the rule 😄

@mwbrooks mwbrooks merged commit 775c7ef into main May 21, 2025
6 checks passed
@mwbrooks mwbrooks deleted the mwbrooks-lint-st1023 branch May 21, 2025 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code health M-T: Test improvements and anything that improves code health semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants