Skip to content

adessoSE/coderadar

Repository files navigation

coderadar

Build Status Gradle Status

coderadar aims to be a continuous source code analysis tool that automatically runs code analyzers on your version control system that provide you with the metrics that are most important to you and your team. coderadar provides per-commit code metrics and even allows viewing the history of code metrics in legacy projects.

Goals of coderadar

  • coderadar is a tool for architecture reviews. It visualizes the architecture within a code base and helps to evaluate actions to improve the architecture.

  • coderadar is a tool for code quality reviews. It visualizes metrics and hotspots within the codebase and helps to evaluate actions to improve the code quality.

  • coderadar is a tool for continuous retrospection. It provides dashboards and tools to facilitate regular retrospectives with the goal to improve quality over time.

  • coderadar is a tool for historical analysis. It provides metrics for selected time frames to make it easy to compare changes in quality over time.

  • coderadar is a tool for gamification. It provides mechanisms to gamify code quality and to improve motivation for developers to produce quality code.

Documentation

Want to contribute?

See the contribution guide.