-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Clean up sentences (white space changes only) #5001
Conversation
html artifacts are not posted here by github action, that is strange, but actions are completed. |
It's because the PR is coming from a fork. |
This isn't as bad as I thought it might be. I did catch one corner case that might need to get looked at (double space between sentences). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DLu thank you very much for this 👍
actually i got question if we should apply this one-sentence-per-line
rule to Changelog.rst files, please take a look at my comment??
after all, this PR lgtm.
what can be the next step? after this is merged, revise and review #4592 to apply sphincs-plugin?
IMO, #4592 sphincs plugin is better than easy python script checking #4996.
my thoughts are,
- rebase Sentence checker #4592 after this PR. that means Sentence checker #4592 just enables sphincs-plugin. (because all warnings are addressed here?)
- enable github workflow Sentence checker #4592
please let me know if i am mistaken, happy to help on this development.
source/Tutorials/Intermediate/URDF/Using-URDF-with-Robot-State-Publisher.rst
Show resolved
Hide resolved
On the outside, always lookin in...
There's more to do, but I wanted to fix this much first
Okay by me! I'm happy to roll it back. The style guide should be updated.
This one popped up because of my syntax checker. |
I wanted to enable it even for PR from forks, but there were "security considerations" apparently 😅 |
I'm fine with that. The purpose of this PR is just to separate the content changes needed from the tooling. This is not the full set of changes that are needed to get #4592 to fully pass. |
@Mergifyio rebase |
❌ Base branch update has failedGit reported the following error:
|
Ah, it has been rebased already, i was confused with difference from previous review point, sorry. |
* Clean up sentences (white space changes only) * Roll back Releases changes (cherry picked from commit cc07913) # Conflicts: # source/Related-Projects/Visualizing-ROS-2-Data-With-Foxglove.rst
* Clean up sentences (white space changes only) * Roll back Releases changes (cherry picked from commit cc07913) # Conflicts: # source/Related-Projects/Nvidia-ROS2-Projects.rst # source/Related-Projects/Visualizing-ROS-2-Data-With-Foxglove.rst # source/Tutorials/Demos/dummy-robot-demo.rst # source/Tutorials/Intermediate/Tf2/Time-Travel-With-Tf2-Cpp.rst
* Clean up sentences (white space changes only) (#5001) * Clean up sentences (white space changes only) * Roll back Releases changes (cherry picked from commit cc07913) # Conflicts: # source/Related-Projects/Visualizing-ROS-2-Data-With-Foxglove.rst * remove Visualizing-ROS-2-Data-With-Foxglove.rst. Signed-off-by: Tomoya Fujita <[email protected]> --------- Signed-off-by: Tomoya Fujita <[email protected]> Co-authored-by: David V. Lu!! <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]>
* Clean up sentences (white space changes only) (#5001) * Clean up sentences (white space changes only) * Roll back Releases changes (cherry picked from commit cc07913) # Conflicts: # source/Related-Projects/Nvidia-ROS2-Projects.rst # source/Related-Projects/Visualizing-ROS-2-Data-With-Foxglove.rst # source/Tutorials/Demos/dummy-robot-demo.rst # source/Tutorials/Intermediate/Tf2/Time-Travel-With-Tf2-Cpp.rst * resolve conflicts. Signed-off-by: Tomoya Fujita <[email protected]> --------- Signed-off-by: Tomoya Fujita <[email protected]> Co-authored-by: David V. Lu!! <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]>
No description provided.