Secure code is quality code. Programming teams use many tools to help reinforce quality code standards in the build process and the IDE. Many quality code patterns are agreed upon by the team and tool customization becomes very important to objectively review the code and cut down on pull review processes. In this book, we cover various tools to help with code quality in the IDE. Learn how the free Sensei IntelliJ plugin can be easily customized for specific team coding patterns and how to use them during a continuous integration process. Explanations include case studies for creating quality java code patterns.