-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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] use only gci linter #36511
Draft
mmorel-35
wants to merge
1
commit into
open-telemetry:main
Choose a base branch
from
mmorel-35:golangci-lint/gci
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[chore] use only gci linter #36511
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mmorel-35
requested review from
jmacd,
dmitryax,
a team,
djaglowski,
atoulme,
MovieStoreGuy,
TylerHelmuth,
jpkrohling,
fatsheep9146 and
dashpole
as code owners
November 23, 2024 09:35
github-actions
bot
added
connector/grafanacloud
connector/servicegraph
exporter/loadbalancing
exporter/loki
Loki Exporter
exporter/prometheusremotewrite
exporter/splunkhec
exporter/sumologic
internal/otelarrow
internal/tools
pkg/stanza
processor/deltatocumulative
processor/filter
Filter processor
processor/groupbyattrs
Group By Attributes processor
processor/groupbytrace
Group By Trace processor
processor/k8sattributes
k8s Attributes processor
processor/probabilisticsampler
Probabilistic Sampler processor
processor/routing
Routing processor
processor/tailsampling
Tail sampling processor
receiver/fluentforward
receiver/k8scluster
labels
Nov 23, 2024
github-actions
bot
added
receiver/kafka
receiver/otlpjsonfile
receiver/solace
receiver/statsd
statsd related issues
labels
Nov 23, 2024
mmorel-35
force-pushed
the
golangci-lint/gci
branch
2 times, most recently
from
November 23, 2024 10:02
80959d6
to
fb4e5ef
Compare
There seems to be problem with mdatagen and noop import is missing in generated_telemetry.go files |
mmorel-35
force-pushed
the
golangci-lint/gci
branch
from
November 24, 2024 19:20
fb4e5ef
to
34baa61
Compare
Please rebase and run |
mmorel-35
force-pushed
the
golangci-lint/gci
branch
4 times, most recently
from
December 7, 2024 09:44
d1ca5f1
to
26f5f1f
Compare
Signed-off-by: Matthieu MOREL <[email protected]>
mmorel-35
force-pushed
the
golangci-lint/gci
branch
from
December 7, 2024 09:56
26f5f1f
to
4812dc1
Compare
There are still some trouble with imports. /cc @bogdandrutu , |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
connector/grafanacloud
connector/servicegraph
exporter/loadbalancing
exporter/loki
Loki Exporter
exporter/prometheusremotewrite
exporter/splunkhec
exporter/sumologic
internal/otelarrow
internal/tools
pkg/stanza
processor/deltatocumulative
processor/filter
Filter processor
processor/groupbyattrs
Group By Attributes processor
processor/groupbytrace
Group By Trace processor
processor/k8sattributes
k8s Attributes processor
processor/probabilisticsampler
Probabilistic Sampler processor
processor/routing
Routing processor
processor/tailsampling
Tail sampling processor
receiver/fluentforward
receiver/k8scluster
receiver/kafka
receiver/otlpjsonfile
receiver/solace
receiver/statsd
statsd related issues
Stale
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
There are actually two linters that handle imports order (goimports and gci)
This uses only gci as the linter to order imports