From 76275671e2198d7e19d3adf3e89aa3a56da175a5 Mon Sep 17 00:00:00 2001 From: saif-deepsource <72203506+saif-deepsource@users.noreply.github.com> Date: Thu, 26 Nov 2020 18:43:34 +0530 Subject: [PATCH] Update readme.md Added DeepSource to the tools list. DeepSource helps you automatically find and fix issues in your code during code reviews, such as bug risks, anti-patterns, performance issues, and security flaws. It takes less than 5 minutes to set up with your Bitbucket, GitHub, or GitLab account. It works for Python, Go, Ruby, and JavaScript. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4338ab4..900b1f3 100644 --- a/readme.md +++ b/readme.md @@ -74,6 +74,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. +- [DeepSource](https://deepsource.io/) Automate code reviews with static analysis. - [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.