GitHub on steroids
-
Updated
Apr 16, 2022 - 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
nodejsscan is a static security code scanner for Node.js applications.
Repro
Bug
In the pull requests view, the drop downs are using the standard aqua-styling from safari:
This looks out of place c
Automated code reviews via mutation testing - semantic code coverage.
I'm running cargo-crev 0.17, installed via cargo install, on Debian Bullseye.
A user I trust on a "medium" level disappeared from cargo crev id query trusted. (I initially attributed that to me changing that user's level from "low" to "medium", but I think it was really caused by cargo crev fetch all that I ran about the same time.) I had to play with --depth to understand that this is
An extensible and friendly code review tool for projects and companies of all sizes.
Static Code Analysis
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.
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.
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:
![image](https://user-images.g
This code review checklist helps you be a more effective and efficient code reviewer.
Web-based Source Code Vulnerability Scanner
Very similar to the work done wandersoncferreira/code-review#169.
We need to make a PUT request to edit the MR with the new description typed by the user.
Catch bad SQL queries before they cause problems in production
An emoji legend to help convey intention and added meaning in code review comments.
Modern static analysis platform that helps engineering teams ship reliable and secure code
Automate code reviews, analyze and scan code at each push/pull request
Ensure that new code is fully covered, and see coverage trends emerge. Works with any CI service
CommitCheck ensures your commit messages are consistent and contain all required information
Find accessibility issues in your pull requests
DO NOT MERGE – as a service
Automated code reviews to help developers ship better software, faster
Slack Collaboration app for Pull Requests
Expert On-Demand Code Review as a Service
Lift helps you find and fix your most elusive bugs so you can spend time writing great code, not debugging it
Automated code reviews
YAML configs and K8s manifests validation tool
Monitor and discuss your Pull Requests right within Slack
Always ready to code - spin up fresh, automated dev environments for each task, in the cloud, in seconds
Advanced static analysis for automatically finding runtime errors in JavaScript code
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.