Skip to content

Add new eslint rule to prevent whitespace before function call paren #97286

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

Merged
merged 1 commit into from
May 23, 2022

Conversation

GuillaumeGomez
Copy link
Member

It prevents foo () basically. :)

r? @notriddle

@GuillaumeGomez GuillaumeGomez added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-rustdoc-js Area: Rustdoc's JS front-end labels May 22, 2022
@rust-highfive
Copy link
Contributor

Some changes occurred in HTML/CSS/JS.

cc @GuillaumeGomez,@Folyd,@jsha

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 22, 2022
@notriddle
Copy link
Contributor

I guess.

Maybe you could make your PRs with more lint additions at once? Or is this expected to be the last one?

@GuillaumeGomez
Copy link
Member Author

I'm adding them slowly to make reviews simpler. I tend to add multiple at once when they have no impact on code. I go through the eslint lint list and check them. I can make bigger PRs if you're okay with it though.

@notriddle
Copy link
Contributor

It’s okay. I just noticed that a few of these didn’t have any impact on code, so they definitely could’ve been merged all at once.

@bors r+ rollup=always

@bors
Copy link
Collaborator

bors commented May 23, 2022

📌 Commit 399299f has been approved by notriddle

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 23, 2022
@GuillaumeGomez
Copy link
Member Author

Okay, I'll group more of them at once so there are less PRs.

bors added a commit to rust-lang-ci/rust that referenced this pull request May 23, 2022
Rollup of 4 pull requests

Successful merges:

 - rust-lang#96129 (Document rounding for floating-point primitive operations and string parsing)
 - rust-lang#97286 (Add new eslint rule to prevent whitespace before function call paren)
 - rust-lang#97292 (Lifetime variance fixes for rustc)
 - rust-lang#97309 (Add some regression tests for rust-lang#90400)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 215722b into rust-lang:master May 23, 2022
@rustbot rustbot added this to the 1.63.0 milestone May 23, 2022
@GuillaumeGomez GuillaumeGomez deleted the eslint-check-fn branch May 23, 2022 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rustdoc-js Area: Rustdoc's JS front-end S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants