GitHub on steroids
-
Updated
Sep 4, 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.
Feram 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 review for technical debt and test coverage
Automated code reviews
Pull requests automation service. Merge your pull requests faster
Pull Assistant analyses pull requests and provides the optimal way to perform code reviews
Advanced static analysis for automatically finding runtime errors in JavaScript code
DO NOT MERGE – as a service
Online IDE for GitHub
Code review for Jupyter Notebooks with visual diff & commenting
Insert a public link to a Lucidchart diagram so team members can quickly understand an issue or pull request
Code review expert on demand. Automated for mobile and web
A Benchmarked Definition of Done for Code Quality with BetterCodeHub
Code Quality, Code Reviews and Technical Debt evaluation made easy
Automated code reviews to help developers ship better software, faster
Find accessibility issues in your pull requests
Policy enforcement solution for confident and compliant code
I think these should have tooltips, also it looks like the alignment could be improved, they might be a little off-center.