Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.