Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Minor: remove duplicated lines#19537
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Minor: remove duplicated lines#19537
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedFeb 8, 2024
You could also switch max blank lines to 1 |
This comment was marked as outdated.
This comment was marked as outdated.
OskarStark commentedFeb 8, 2024
Oh yes... |
alamirault commentedFeb 8, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
With symfony-docs/contributing/code/stack_trace.rst Lines 123 to 126 in7a6096e
|
OskarStark commentedFeb 8, 2024
Lets keep it as is, we don't need to be too strict, one and two lines is ok |
javiereguiluz commentedFeb 9, 2024
This kind of changes might look unexciting ... but I love them because it makes the source of our docs look better ... and I think we should care about the internals as much as about the externals. Thanks Antoine! |
javiereguiluz commentedFeb 9, 2024
When upmerging there were a ton of conflicts... ... and now I see this when merging from 6.4 to 7.0:847493b#diff-278a8e1908e2f0de9f2753d344b248e41eebde795a8e340569d2d0a3514cb29e Is that a merge error? |
alamirault commentedFeb 9, 2024
I'm sorry to hear that :/
|
I searched for duplicated lines
^(.*)(\r?\n\1)+$and found these "issues"This add more consistency and avoid copy/paste extra blank line