mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-28 20:25:25 +08:00
46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
---
|
|
title: Similar Code Searcher
|
|
description: Searches files similar with deleted code in Pull Request.
|
|
slug: similar-code-searcher
|
|
screenshots:
|
|
- https://raw.githubusercontent.com/Ikuyadeu/similar-code-searcher/master/images/ScreenShot.png
|
|
authors:
|
|
- Ikuyadeu
|
|
repository: Ikuyadeu/similar-code-searcher
|
|
host: https://similer-code-searcher.glitch.me
|
|
stars: 3
|
|
updated: 2018-12-28 09:22:39 UTC
|
|
installations: 14
|
|
organizations:
|
|
- chrisyue
|
|
- duncdrum
|
|
- r37r0m0d3l
|
|
- Ikuyadeu
|
|
- Berkmann18
|
|
- revad-ueda
|
|
- Skeyelab
|
|
---
|
|
|
|
# Similar code Searcher
|
|
|
|

|
|
|
|
## What does this bot solve
|
|
|
|
Developers sometimes forget to change files or components that should be changed at the same time.
|
|
|
|
## How does bot work
|
|
|
|
Propose files that should be changed simultaneously by searching for similar lines.
|
|
|
|
## How to Use:
|
|
|
|
1. The developer(you) submits a pull request
|
|
2. Similar-code-searcher(bot) suggests similar source code files
|
|
3. The developer and reviewers verify that should be change at the same time.
|
|
4. Change similar code or ignore suggestion and merge PR
|
|
|
|
## Usage
|
|
|
|
[Install the GitHub App](https://github.com/apps/similar-code-searcher)
|