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: fix typos #30645

Merged
merged 4 commits into from May 8, 2024
Merged

chore: fix typos #30645

merged 4 commits into from May 8, 2024

Conversation

szepeviktor
Copy link
Contributor

Hello! 👋🏻

I've gone through all files in the repo and fixed all typos.
Then reverted all false positives.

Please be gentle with me.

@szepeviktor
Copy link
Contributor Author

@microsoft-github-policy-service agree

This comment has been minimized.

Copy link
Member

@mxschmitt mxschmitt left a comment

Choose a reason for hiding this comment

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

Please revert changes inside:

  • tests/assets/wpt/
  • browser_patches/

directories.

@szepeviktor
Copy link
Contributor Author

Reverted.

@mxschmitt mxschmitt changed the title Fix typos chore: fix typos May 8, 2024
@szepeviktor
Copy link
Contributor Author

Glad to contribute.

This comment has been minimized.

@szepeviktor
Copy link
Contributor Author

For the willing contributor: .typos.toml

[files]
extend-exclude = [
    ".git/",
    "tests/assets/wpt/",
    "browser_patches/",
    "tests/assets/react/",
    "tests/assets/reading-list/",
    "tests/assets/stress/static/",
    "packages/playwright-core/src/server/chromium/protocol.d.ts",
    "packages/playwright-core/src/server/firefox/protocol.d.ts",
    "packages/playwright-core/src/server/webkit/protocol.d.ts",
    "packages/playwright-core/types/protocol.d.ts",
]
ignore-hidden = false

[default]
extend-ignore-re = [
    "Lorem ipsum .*",
    "heure normale de",
    "\\bdisable-fre\\b",
    "\\borg\\.testng\\.",
    'id="[0-9A-Za-z-]{3}-[0-9A-Za-z-]{2}-[0-9A-Za-z-]{3}"',
    "\\{ name: 'name1', value: '[^']+',",
    "SUite[234]",
]

[default.extend-words]
"bitap" = "bitap"

[default.extend-identifiers]
"BigSur" = "BigSur"
"comparePNGs" = "comparePNGs"
"HPE_INVALID_EOF_STATE" = "HPE_INVALID_EOF_STATE"
"HPE_INVALID_METHOD" = "HPE_INVALID_METHOD"
"multiplebgs" = "multiplebgs"
"nsIInterfaceRequestor" = "nsIInterfaceRequestor"
# What does it mean??
"scoreBouns" = "scoreBouns"
"grantUniveralAccess" = "grantUniveralAccess"

# Typos
"Github" = "GitHub"

Copy link
Contributor

github-actions bot commented May 8, 2024

Test results for "tests 1"

1 failed
❌ [playwright-test] › playwright.ct-react.spec.ts:253:5 › should pass "key" attribute from JSX in variable

1 flaky ⚠️ [chromium-library] › library/tracing.spec.ts:412:14 › should produce screencast frames fit

27315 passed, 661 skipped
✔️✔️✔️

Merge workflow run.

@mxschmitt mxschmitt merged commit 150cbcb into microsoft:main May 8, 2024
29 of 30 checks passed
@szepeviktor szepeviktor deleted the typos branch May 8, 2024 18:40
thebigbrain pushed a commit to thebigbrain/playwright that referenced this pull request May 12, 2024
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.

None yet

2 participants