Startup Resources: Code Review Tools
How and why to setup a code review process at your startup, including design reviews, pre-commit reviews, and static analysis. See the "Practices of Clean Code" chapter in Part II, Technologies for more info.
These startup resources are based on the book Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams by Yevgeniy Brikman. These resources are a work in a progress. They are also open source, so you can add your contributions by submitting a pull request to the Hello, Startup GitHub Repository. To see how these resources fit into the bigger picture, check out the The Startup Checklist, which is a comprehensive collection of everything you need to do to launch a startup.
Code Review Checklist
Pre-commit Code Review
Pair Programming
Static Analysis
List of tools for static code analysis
http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysisGreat list on Wikipedia, broken down by language.
Security Source Code Analysis Tools
https://www.owasp.org/index.php/Source_Code_Analysis_ToolsFrom the Open Web Application Security Project (OWASP).