🚫 Stop saying "you forgot to …" in code review (in Ruby)
-
Updated
Oct 16, 2019 - 2 commits
- Ruby
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.
🚫 Stop saying "you forgot to …" in code review (in Ruby)
⚠️ Stop saying "you forgot to …" in code review
Automated code review for GitHub pull requests.
An "Awesome" list of code review resources - articles, papers, tools, etc
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.
NodeJsScan is a static security code scanner for Node.js applications.
python安全和代码审计相关资料收集 resource collection of python security and code review
:microscope: Common problems to look for in a code review
Gerrit Code Review Tool Integration for the IntelliJ Platform
:hand: An extendible framework for version control hooks.
Web-based Source Code Vulnerability Scanner
Catch bad SQL queries before they cause problems in production
Not sure if this is out of scope for this project but I've always wanted line numbers for diffs instead of the @@ -xxx,y +xxx,y @@
syntax. Would be especially useful when there are large chunks.
Something like
diff --git a/src/index.js b/src/index.js
index d46a912..d34f309 100644
--- a/src/index.js
+++ b/src/index.js
@@ -13,7 +13,8 @@ const Button = ({ value, color, events }) =>
Boiler plate for C++ projects, with CMake, Doctest, Travis CI, Appveyor and coverage reports.
Feram finds & fixes bugs in your commits
Error talking to GitHub isn't an actionable error message, we should instead surface the error message that GitHub's API is sending back in case of error.
A GitHub App that enforces approval policies on pull requests
from src-d/lookout#450 (comment)
from @carlosms
[...] I wanted to know if there is some other place where we define with more detail what methods can you use (to access the bblfsh instance proxied by DataService), an example or something.[...]
from @dpordomingo
_[...] (we can) require new docs about how to use DataService. We could add examples ab
A tool for running automated static analysis on code posted to a Review Board instance.
Um projeto onde você pode enviar seu código fonte para outras pessoas te ajudarem a melhorar
A concise guide to writing better code
A number of test cases failed (with all of them being I/O related exceptions) when running gradlew test using IntelliJ for Windows 10. I do not know the exact cause of this issue; it could be permission related issue or that IntelliJ's working directory isn't at RepoSense root folder.
However, one workaround for this is: -
CommitCheck ensures your commit messages are consistent and contain all required information
Insert a public link to a Lucidchart diagram so team members can quickly understand an issue or pull request
Peer code review tool for programming courses
Pull Assistant analyses pull requests and provides the optimal way to perform code reviews
From @chrisdias: