-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sentence checker #4592
base: rolling
Are you sure you want to change the base?
Sentence checker #4592
Conversation
Very important note: I resisted the urge to call this "Edgar Jr." |
i just got interested in this. can you rephrase this? are you saying there are many false alarms? |
Taking a look at the current results on my machine, it seems like mostly the output is true positives, with a handful of false positives mixed in. The false positives include:
Current error count for the whole repo: 624 |
@DLu sounds good, if there is anything i can help, please let me know. i will take a look at the PR. |
Down to 285 |
ninja quick 🥷 amazing 💯 |
I haven't dug into this, but it might be good to actually parse the RST so we don't need to worry about handling the syntax. Example of where we're already parsing RST: https://github.com/ros-infrastructure/catkin_pkg/blob/master/src/catkin_pkg/changelog.py |
@Mergifyio rebase |
☑️ Nothing to do
|
@DLu can you rebase this against rolling? |
And now, a reading from the book of Code Style
@clalancette is a real stickler for this, so I made a linter. Unfortunately, there are lots of problems, some of which are the linter, and some of which are the content.
Happy to have help. I can't devote a ton more time to this, but I still wanted the code to be out there.