Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judepereira/checktodo
A GitHub app that checks for any added TODOs in a Pull Request.
https://github.com/judepereira/checktodo
check checks clean-code code todo todos
Last synced: about 3 hours ago
JSON representation
A GitHub app that checks for any added TODOs in a Pull Request.
- Host: GitHub
- URL: https://github.com/judepereira/checktodo
- Owner: judepereira
- License: mit
- Created: 2018-08-17T20:30:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T10:04:54.000Z (6 days ago)
- Last Synced: 2024-10-31T10:26:59.690Z (6 days ago)
- Topics: check, checks, clean-code, code, todo, todos
- Language: Python
- Homepage: https://judepereira.github.io/checktodo/
- Size: 57.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check TODOs
A GitHub app which automatically adds a check which searches for new or modified TODOs in your Pull Requests once installed.## Installation
Head over to the app in the [GitHub Marketplace](https://github.com/apps/check-todo) to install this app.## Why?
I often tend to push commits which are in a WIP state, and have todos all over them. These obviously go to a feature branch. However, when a PR is created, I'd like to ensure that all the todos added were implemented :)## Inspiration
This app has been inspired by IntelliJ IDEA's *Check TODO* feature.