antikythera v0.2.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
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.