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.
- Host: GitHub
- URL: https://github.com/Ikuyadeu/similar-code-searcher
- Owner: Ikuyadeu
- License: isc
- Created: 2018-03-06T00:48:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T05:30:08.000Z (about 5 years ago)
- Last Synced: 2024-11-25T17:45:58.589Z (11 months ago)
- Topics: github-app, probot-app, probot-plugin
- Language: TypeScript
- Homepage: https://probot.github.io/apps/similar-code-searcher/
- Size: 173 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
## 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.