Dogma.ScriptSources
A module responsible for the identifying of Elixir source files to be analyised by Dogma.
Summary
find(dir_path) | Finds all Elixir source files in the given directory |
to_scripts(paths) | Takes a collection of paths to Elixir source files, and returns list of Script structs representing said source files |
Functions
Finds all Elixir source files in the given directory.
In future we will want to handle ignored and added files from the mix config.
Takes a collection of paths to Elixir source files, and returns list of Script structs representing said source files.