GitHub on steroids
-
Updated
Oct 31, 2020
{{ message }}
Code review is systematic examination (sometimes referred to as peer review) of computer source code. It is intended to find mistakes overlooked in software development, improving the overall quality of software. Reviews are done in various forms such as pair programming, informal walkthroughs, and formal inspections.
GitHub on steroids
An "Awesome" list of code review resources - articles, papers, tools, etc
Automated code review for GitHub pull requests.
Automated code reviews via mutation testing - semantic code coverage.
nodejsscan is a static security code scanner for Node.js applications.
An extensible and friendly code review tool for projects and companies of all sizes.
Especially in the light of #151 , it would be great if people could just re-generate the whole Id file.
python安全和代码审计相关资料收集 resource collection of python security and code review
Checklist for code reviews
Gerrit Code Review Tool Integration for the IntelliJ Platform
On the following example:
@
-fn func(a,b,c) {
- x = g(a,b)
- y = if x {
- h(b,c)
- } else {
- 0
- }
- return x + y
-}
+// fn func(a,b,c) {
+// x = g(a,b)
+// y = if x {
+// h(b,c)
+// } else {
+// 0
+// }
+// return x + y
+// }diffr displays the diff like that:
 worked when this is invoked from github-review-forge-pr-at-point. All it needs to do is set the current directory to the git working tree in the diff-mode buffer. In many cases it does not matter too much whether the user has the "correct" branch is checked out - it just needs to be close.
Assisted code review, running custom code analyzers on pull requests
Owasp Orizon is a source code static analyzer tool designed to spot security issues in Java applications.
FastLint finds & fixes bugs in your commits
Contribution analysis tool for Git repositories
A tool for running automated static analysis on code posted to a Review Board instance.
Automated code reviews to help developers ship better software, faster
CommitCheck ensures your commit messages are consistent and contain all required information
Online IDE for GitHub
Automated code review for technical debt and test coverage
Pull Assistant analyses pull requests and provides the optimal way to perform code reviews
Ensure that new code is fully covered, and see coverage trends emerge. Works with any CI service
Find accessibility issues in your pull requests
Pull requests automation service. Merge your pull requests faster
Code review for Jupyter Notebooks with visual diff & commenting
DO NOT MERGE – as a service
Automated code reviews
Code Quality, Code Reviews and Technical Debt evaluation made easy
Code review expert on demand. Automated for mobile and web
Automatically analyze pull request against custom per-project rulesets and best practices
Insert a public link to a Lucidchart diagram so team members can quickly understand an issue or pull request
Testing #2136
Similar to how the changes view in SCM can toggle between flat list and tree: