Skip to content
Juan Facorro edited this page Apr 25, 2015 · 3 revisions

Benefits

  • Enables consistency in style across all your code base.
  • Encourages the development team to sit down and talk about code conventions.
  • Allows continuous monitoring of code quality.
  • Helps developers avoid repeated mistakes that can be automatically detected.
  • Provides homogenisation among the different projects in a company, therefore facilitating project switching for developers and as well allowing easier code sharing between projects

Roadmap

  • Add support for user defined rules when checking pull requests [DONE].
  • Extend functionality to include other tools like dialyzer and xref [DONE].
  • Implement more rules that enforce additional Erlang guidelines.
Clone this wiki locally