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

Fix typos using codespell CI job #5418

Merged
merged 3 commits into from
May 24, 2024
Merged

Fix typos using codespell CI job #5418

merged 3 commits into from
May 24, 2024

Conversation

eapolinario
Copy link
Contributor

Why are the changes needed?

Typos made the project look unprofessional.

What changes were proposed in this pull request?

I removed the .codespellrc file to decrease confusion, since we configure codespell to run in a CI job.

The spellcheck make target uses https://github.com/nektos/act to run that CI job locally.

How was this patch tested?

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Signed-off-by: Eduardo Apolinario <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.09%. Comparing base (0583f77) to head (3ebe87b).
Report is 130 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5418      +/-   ##
==========================================
- Coverage   61.10%   61.09%   -0.01%     
==========================================
  Files         793      793              
  Lines       51156    51156              
==========================================
- Hits        31257    31256       -1     
- Misses      17027    17028       +1     
  Partials     2872     2872              
Flag Coverage Δ
unittests-datacatalog 69.31% <ø> (ø)
unittests-flyteadmin 58.90% <ø> (ø)
unittests-flytecopilot 17.79% <ø> (ø)
unittests-flytectl 68.31% <ø> (ø)
unittests-flyteidl 79.30% <ø> (ø)
unittests-flyteplugins 61.94% <ø> (ø)
unittests-flytepropeller 57.32% <ø> (ø)
unittests-flytestdlib 65.73% <100.00%> (-0.03%) ⬇️

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.

andrewwdye
andrewwdye previously approved these changes May 24, 2024
.github/codespell-ignored-words Outdated Show resolved Hide resolved
Signed-off-by: Eduardo Apolinario <[email protected]>
@eapolinario eapolinario merged commit ba3647f into master May 24, 2024
52 of 53 checks passed
@eapolinario eapolinario deleted the fix-typos-1716499397 branch May 24, 2024 17:49
robert-ulbrich-mercedes-benz pushed a commit to robert-ulbrich-mercedes-benz/flyte that referenced this pull request Jul 2, 2024
* Fix typos

Signed-off-by: Eduardo Apolinario <[email protected]>

* Fix unification of codespell file

Signed-off-by: Eduardo Apolinario <[email protected]>

* Alphabetize list of ignored words

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
troychiu pushed a commit that referenced this pull request Jul 8, 2024
* Fix typos

Signed-off-by: Eduardo Apolinario <[email protected]>

* Fix unification of codespell file

Signed-off-by: Eduardo Apolinario <[email protected]>

* Alphabetize list of ignored words

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

Signed-off-by: Andrew Dye <[email protected]>
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