Skip to content

[chore] Two spelling lints.#12892

Merged
bogdandrutu merged 3 commits intoopen-telemetry:mainfrom
jmacd:jmacd/spellinglint
Apr 18, 2025
Merged

[chore] Two spelling lints.#12892
bogdandrutu merged 3 commits intoopen-telemetry:mainfrom
jmacd:jmacd/spellinglint

Conversation

@jmacd
Copy link
Contributor

@jmacd jmacd commented Apr 18, 2025

Description

The cSpell action has been flaky for two reasons, fixed here.

@jmacd jmacd requested review from a team, bogdandrutu, codeboten, dmitryax and mx-psi as code owners April 18, 2025 18:30
@jmacd jmacd added Skip Changelog PRs that do not require a CHANGELOG.md entry Skip Contrib Tests labels Apr 18, 2025
@jmacd jmacd changed the title Two spelling lints. [chore] Two spelling lints. Apr 18, 2025
@codecov
Copy link

codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.54%. Comparing base (6993fa1) to head (5d5e65f).
Report is 1 commits behind head on main.

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

@bogdandrutu bogdandrutu added this pull request to the merge queue Apr 18, 2025
Merged via the queue into open-telemetry:main with commit 97eb307 Apr 18, 2025
44 checks passed
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Skip Changelog PRs that do not require a CHANGELOG.md entry Skip Contrib Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants