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

https://github.com/Ikuyadeu/similar-code-searcher

a GitHub App built with probot that searches files similar with deleted code in Pull Request.
https://github.com/Ikuyadeu/similar-code-searcher

github-app probot-app probot-plugin

Last synced: 3 months ago
JSON representation

a GitHub App built with probot that searches files similar with deleted code in Pull Request.

Awesome Lists containing this project

README

          

# similar-code-searcher

> a GitHub App built with [probot](https://github.com/probot/probot) that searches files similar with deleted code in Pull Request.

For check with PullRequest submitter forgot to change the similar code.
This function searches similar code with deleted lines

![ScreenShot](images/ScreenShot.png)

## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.