Dogma.ScriptSources

A module responsible for the identifying of Elixir source files to be analyised by Dogma.

Source

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

find(dir_path)

Finds all Elixir source files in the given directory.

In future we will want to handle ignored and added files from the mix config.

Source
to_scripts(paths)

Takes a collection of paths to Elixir source files, and returns list of Script structs representing said source files.

Source