[chore] Two spelling lints.#12892
Merged
bogdandrutu merged 3 commits intoopen-telemetry:mainfrom Apr 18, 2025
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12892 +/- ##
=======================================
Coverage 91.54% 91.54%
=======================================
Files 499 499
Lines 27076 27076
=======================================
Hits 24788 24788
Misses 1809 1809
Partials 479 479 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
songy23
approved these changes
Apr 18, 2025
dehaansa
approved these changes
Apr 18, 2025
djaglowski
approved these changes
Apr 18, 2025
TylerHelmuth
approved these changes
Apr 18, 2025
atoulme
approved these changes
Apr 18, 2025
andrzej-stencel
approved these changes
Apr 18, 2025
bogdandrutu
approved these changes
Apr 18, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
May 26, 2025
We introduced cspell in #12671 and generated a cspell.json file for customized spelling. However, this configuration was automatically generated based on the state of the repo at the time. As a result, the file still contains several typos. It's advisable to review the configuration and remove any incorrect spellings. examples: #12892 , #12897 , #13049 #### Description Deleted multiple typos in the cspell.json configuration file that were incorrectly marked as valid spellings. Also fixed these typos in the corresponding code and documentation files where they appeared. The corrections include: - Jaegar → Jaeger - cofig → config - componentest → component test - consumereerrorprofiles → consumer error profiles - enadled → enabled - fluentfoward → fluentforward - htttp → http - identfier → identifier - jaegar → jaeger - lables → labels - mininum → minimum - repeate → repeat #### Link to tracking issue Fixes #13054 #### Testing 1. All corrected spellings are now properly flagged by cspell 2. The changes don't break any existing functionality 3. Special attention should be paid to changes in: - receiver/otlpreceiver/testdata/typo_default_proto_config.yaml - receiver/otlpreceiver/config_test.go where "htttp" was corrected to "http" #### Documentation Updated relevant documentation where these terms appeared with incorrect spelling.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The cSpell action has been flaky for two reasons, fixed here.