Skip to content
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

[chore]: enable usestdlibvars linter #6001

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

mmorel-35
Copy link
Contributor

Description

usestdlibvars is a linter that detect the possibility to use variables/constants from the Go standard library.

Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.1%. Comparing base (446ee38) to head (a51aa21).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #6001   +/-   ##
=====================================
  Coverage   82.1%   82.1%           
=====================================
  Files        273     273           
  Lines      23616   23616           
=====================================
  Hits       19400   19400           
  Misses      3871    3871           
  Partials     345     345           

@mmorel-35 mmorel-35 force-pushed the golangci-lint/usestdlibvars branch 2 times, most recently from f7a0fc0 to 48d5a45 Compare November 24, 2024 12:08
@mmorel-35 mmorel-35 force-pushed the golangci-lint/usestdlibvars branch from 48d5a45 to 3794eda Compare November 24, 2024 16:18
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
@mmorel-35 mmorel-35 force-pushed the golangci-lint/usestdlibvars branch from 3794eda to cad48ea Compare November 24, 2024 16:22
@mmorel-35 mmorel-35 requested a review from MrAlias November 24, 2024 16:26
@MrAlias MrAlias merged commit e98ef1b into open-telemetry:main Nov 25, 2024
32 checks passed
@mmorel-35 mmorel-35 deleted the golangci-lint/usestdlibvars branch November 25, 2024 20:04
@MrAlias MrAlias added this to the v1.33.0 milestone Dec 11, 2024
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.

4 participants