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

ignore lower-camel-case words in doc_markdown #11735

Merged
merged 1 commit into from Oct 30, 2023
Merged

ignore lower-camel-case words in doc_markdown #11735

merged 1 commit into from Oct 30, 2023

Conversation

llogiq
Copy link
Contributor

@llogiq llogiq commented Oct 29, 2023

This fixes #11568 by ignoring camelCase words starting with a lower case letter.

r? @blyxyas


changelog: none

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Oct 29, 2023
Copy link
Member

@blyxyas blyxyas left a comment

Choose a reason for hiding this comment

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

LGTM, simple change. Thanks! ❤️

@blyxyas
Copy link
Member

blyxyas commented Oct 30, 2023

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

📌 Commit e6c804c has been approved by blyxyas

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

⌛ Testing commit e6c804c with merge e245f7c...

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: blyxyas
Pushing e245f7c to master...

@bors bors merged commit e245f7c into master Oct 30, 2023
6 checks passed
@llogiq llogiq deleted the fix-11568 branch October 30, 2023 14:10
DJMcNab added a commit to DJMcNab/peniko that referenced this pull request Jan 14, 2024
DJMcNab added a commit to linebender/peniko that referenced this pull request Jan 30, 2024
Also removes clippy.toml - see 
rust-lang/rust-clippy#11735

Also add a name to the CI workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

doc_markdown on lowerCamelCase.
4 participants