GitHub on steroids
-
Updated
May 30, 2021 - JavaScript
{{ 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
Gitpod automates the provisioning of ready-to-code development environments.
An "Awesome" list of code review resources - articles, papers, tools, etc
Automated code review for GitHub pull requests.
nodejsscan is a static security code scanner for Node.js applications.
Automated code reviews via mutation testing - semantic code coverage.
This is to help people that for whatever reason don't want to go through the effort of changing it manually every time.
Default levels of understanding and thoroughness for both positive (review)and negative(flag) could also be configurable in the user-config file.
An extensible and friendly code review tool for projects and companies of all sizes.
python安全和代码审计相关资料收集 resource collection of python security and code review
Checklist for code reviews
The Code Collaboration Tool Built for Remote Teams
Your performance & security consultant, an artisan command away.
Gerrit Code Review Tool Integration for the IntelliJ Platform
A GitHub App that enforces approval policies on pull requests
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
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:
![image](https://user-images.g
Web-based Source Code Vulnerability Scanner
Catch bad SQL queries before they cause problems in production
This code review checklist helps you be a more effective and efficient code reviewer.
diff-mode, the parent of github-review-mode supports outline mode to show/hide hunks while inside the buffer. It seems like github-review-mode somehow broke this.
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.
Code review expert on demand. Automated for mobile and web
Automated code reviews
Identify and fix bug risks, anti-patterns, performance issues, and security flaws using static analysis
Find accessibility issues in your pull requests
Automatic test report merging for all CI and languages into a single code coverage report directly into your pull request
Insert a public link to a Lucidchart diagram so team members can quickly understand an issue or pull request
DO NOT MERGE – as a service
Gitpod streamlines developer workflows by providing prebuilt, collaborative development environments in your browser
CommitCheck ensures your commit messages are consistent and contain all required information
Automated code review for technical debt and test coverage
Policy enforcement solution for confident and compliant code
Pull requests automation service. Merge your pull requests faster with automatic merges and a merge queue
Improve the security, performance, and maintainability of your Django code
Automatically analyze pull request against custom per-project rulesets and best practices
Code Quality, Code Reviews and Technical Debt evaluation made easy
Many repositories need to fix, so please help if you like.
If you could help, it would be helpful if you could comment before starting the work not to overlapping.
Fix example
Run exit command after lint.