From 773d5df34e5cc4d52322ed297da9bf8a47f16357 Mon Sep 17 00:00:00 2001 From: Georgi Mitev <1632188+georgismitev@users.noreply.github.com> Date: Wed, 13 May 2020 14:57:23 +0200 Subject: [PATCH 1/3] add DeepCode --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 603c725..a6bcbd4 100644 --- a/readme.md +++ b/readme.md @@ -73,6 +73,7 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Tools - [Crucible](https://www.atlassian.com/software/crucible) Atlassian's on-premise code review tool. +- [Deepcode](https://www.deepcode.ai) — DeepCode finds bugs, security vulnerabilities, performance and API issues based on AI within your Github, Bitbucket and Gitlab repos. - [Gerrit](https://www.gerritcodereview.com/) Open source git code review tool originating out of Google. - [GitHub](https://github.com) Git hosting and pioneer of the "Pull Request". - [Gitpod](https://gitpod.io) Code review pull requests in a full IDE within your browser. From 287de96195593fcb1ab4c87a06b747d08efc7373 Mon Sep 17 00:00:00 2001 From: Georgi Mitev <1632188+georgismitev@users.noreply.github.com> Date: Fri, 5 Jun 2020 21:13:40 +0200 Subject: [PATCH 2/3] chore: wording --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a6bcbd4..5a63116 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,7 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Tools - [Crucible](https://www.atlassian.com/software/crucible) Atlassian's on-premise code review tool. -- [Deepcode](https://www.deepcode.ai) — DeepCode finds bugs, security vulnerabilities, performance and API issues based on AI within your Github, Bitbucket and Gitlab repos. +- [Deepcode](https://www.deepcode.ai) — Finds issues based on AI within your Github, Bitbucket and Gitlab repos.. - [Gerrit](https://www.gerritcodereview.com/) Open source git code review tool originating out of Google. - [GitHub](https://github.com) Git hosting and pioneer of the "Pull Request". - [Gitpod](https://gitpod.io) Code review pull requests in a full IDE within your browser. From 166f33257ab4e88cca0773217089981a3d2e7ed9 Mon Sep 17 00:00:00 2001 From: Georgi Mitev <1632188+georgismitev@users.noreply.github.com> Date: Wed, 24 Jun 2020 19:02:02 +0200 Subject: [PATCH 3/3] chore: double dots --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5a63116..fa854bc 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,7 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Tools - [Crucible](https://www.atlassian.com/software/crucible) Atlassian's on-premise code review tool. -- [Deepcode](https://www.deepcode.ai) — Finds issues based on AI within your Github, Bitbucket and Gitlab repos.. +- [Deepcode](https://www.deepcode.ai) — Finds issues based on AI within your Github, Bitbucket and Gitlab repos. - [Gerrit](https://www.gerritcodereview.com/) Open source git code review tool originating out of Google. - [GitHub](https://github.com) Git hosting and pioneer of the "Pull Request". - [Gitpod](https://gitpod.io) Code review pull requests in a full IDE within your browser.