ironman v0.2.0 Ironman.Config View Source
This struct represents the state of the project. It is created at the beginning of a run, passed through all the checks, where it is updated, and then files are written out at the end based on its contents.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
app_name(config) View Source
Link to this function
dialyzer_ignore(config) View Source
Link to this function
dialyzer_ignore_changed(config) View Source
Link to this function
gitignore(config) View Source
Link to this function
gitignore_changed(config) View Source
Link to this function
mix_exs(config) View Source
Link to this function
mix_exs_changed(config) View Source
Link to this function
new!() View Source
Link to this function
set_dialyzer_ignore(config, new_content) View Source
Link to this function
set_gitignore(config, new_content) View Source
Link to this function
set_mix_exs(config, new_content) View Source
Link to this function