Module elvis_core

Data Types

source_filename()

source_filename() = nonempty_string()

target()

target() = source_filename() | module()

Function Index

rock/0
rock/1
rock_this/1
rock_this/2
start/0Used when starting the application on the shell.

Function Details

rock/0

rock() -> ok | {fail, [elvis_result:file()]}

rock/1

rock(Config::elvis_config:config()) -> ok | {fail, [elvis_result:file()]}

rock_this/1

rock_this(Target::target()) -> ok | {fail, elvis_result:file()}

rock_this/2

rock_this(Module::target(), Config::elvis_config:config()) -> ok | {fail, elvis_result:file()}

start/0

start() -> ok

Used when starting the application on the shell.


Generated by EDoc