Skip to content

Conversation

@sahidvelji
Copy link
Contributor

@sahidvelji sahidvelji commented May 27, 2025

This PR

Add the misspell and dupword linters to catch typos. Misspell checks for common misspellings and dupword checks for duplicate consecutive words like "the the".
Also ran make fix to auto-fix all the findings.

https://golangci-lint.run/usage/linters/

Related Issues

Notes

Follow-up Tasks

How to test

Signed-off-by: Sahid Velji <sahidvelji@gmail.com>
@sahidvelji sahidvelji marked this pull request as ready for review May 27, 2025 17:45
@sahidvelji sahidvelji requested review from a team as code owners May 27, 2025 17:45
@codecov
Copy link

codecov bot commented May 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.89%. Comparing base (3b4c49b) to head (237b5ca).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #374      +/-   ##
==========================================
+ Coverage   85.75%   85.89%   +0.13%     
==========================================
  Files          20       20              
  Lines        1453     1453              
==========================================
+ Hits         1246     1248       +2     
+ Misses        186      184       -2     
  Partials       21       21              
Flag Coverage Δ
e2e 85.89% <ø> (+0.13%) ⬆️
unit 85.89% <ø> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@beeme1mr beeme1mr merged commit 1b1af45 into open-feature:main May 28, 2025
7 checks passed
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.

3 participants