View Source mix compile.gear_static_analysis (antikythera v0.5.1)

Statically checks issues in gear's source code.

Since antikythera is designed to run multiple gears within an ErlangVM, it assumes that each gear

  • is implemented so that it can run side-by-side with other gears, and
  • does not disturb resource allocation controlled by antikythera.

This task is integrated into mix compile command so that these issues are detected each time gear's source code is compiled.

Summary

Functions

Callback implementation for Mix.Task.Compiler.run/1.

Functions