antikythera v0.4.0 mix compile.gear_static_analysis View Source

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.

Link to this section Summary

Functions

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

Link to this section Functions