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: Use codespell to fix typos in comments. #4794

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

larseggert
Copy link
Collaborator

First part of replacement of #4651

@codecov
Copy link

codecov bot commented Nov 24, 2022

Codecov Report

Merging #4794 (2e44672) into main (9579f61) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #4794   +/-   ##
=======================================
  Coverage   88.51%   88.51%           
=======================================
  Files         296      296           
  Lines       39851    39851           
=======================================
  Hits        35273    35273           
  Misses       4578     4578           
Impacted Files Coverage Δ
ietf/doc/models.py 90.84% <ø> (ø)
ietf/doc/templatetags/ietf_filters.py 87.61% <ø> (ø)
ietf/doc/utils.py 88.54% <ø> (ø)
ietf/doc/views_charter.py 88.84% <ø> (ø)
ietf/doc/views_search.py 89.02% <ø> (-0.21%) ⬇️
ietf/group/models.py 92.67% <ø> (ø)
ietf/liaisons/forms.py 91.21% <ø> (ø)
ietf/meeting/helpers.py 90.20% <ø> (ø)
ietf/meeting/models.py 85.93% <ø> (ø)
ietf/meeting/views.py 90.59% <ø> (ø)
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -197,7 +197,7 @@ def register_and_verify(self, email):
def test_create_whitelisted_account(self):
email = "[email protected]"

# add whitelist entry
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change goes a little beyond a spelling fix, but its not a blocking point.

@rjsparks rjsparks merged commit 6eabd4a into ietf-tools:main Nov 28, 2022
larseggert added a commit to larseggert/datatracker that referenced this pull request Nov 29, 2022
@larseggert larseggert deleted the fix-typos-in-comments branch November 29, 2022 06:39
rjsparks added a commit that referenced this pull request Dec 2, 2022
* Handle single-word author names

* Some i18n names, e.g., "शिला के.सी." have a dot at the end that is
also part of the ASCII, e.g., "Shilaa Kesii." That trailing dot breaks
extract_authors(). Avoid this issue by stripping the dot from the
ASCII.

* Honorifics need to be part of the extracted ASCII name (e.g., "Lady Garcia")

* feat: stop supporting pre-tzaware migration database dumps. (#4782)

* feat: stop supporting pre-tzaware migration database dumps.

* chore: remove unnecessary env variable

* chore: Use `codespell` to fix typos in comments. (#4794)

First part of replacement of #4651

* feat: Only show IPR search form when not showing search results  (#4793)

* feat: Only show IPR search form when not showing search results

Put it into a collapsible that is only expanded by default when not
showing search results.

Fixes #4569

* Don't use example target name

* fix: Don't show reorder UI fixtures unless user can reorder (#4785)

Fixes #4773

Co-authored-by: Robert Sparks <[email protected]>

* chore: Update deps and fix resulting HTML validation issues (#4790)

* ci: add missing build matrix config for test-playwright-legacy step

* Single-letter last names exist (e.g., "Carolina de la O")

* Align regex with others

* Fix extraction of very long author names

* Need to be more general

* Add comment

* Also handle i18n names with trailing semicolons

* Name suffixes need to be part of the extracted author names

* Handle i18n names with embedded commas

Co-authored-by: Robert Sparks <[email protected]>
Co-authored-by: Nicolas Giard <[email protected]>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants