Credo.ConfigFile.read_from_file_path
You're seeing just the function
read_from_file_path
, go back to Credo.ConfigFile module for more information.
Link to this function
read_from_file_path(exec, dir, config_filename, config_name \\ nil, safe \\ false)
View SourceReturns the provided config_file merged into the default configuration.
config_file
: full path to the custom configuration fileconfig_name
: name of the configuration to loadsafe
: if +true+, the config files are loaded using static analysis ratherthan `Code.eval_string/1`