Module elvis_core

Data Types

rule()

rule() = {Module::module(), Function::atom(), Options::#{atom() => term()}} | {Module::module(), Function::atom()}

source_filename()

source_filename() = nonempty_string()

target()

target() = source_filename() | module()

Function Index

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

Function Details

apply_rule/2

apply_rule(X1::{Mod, Fun} | {Mod, Fun, RuleCfg}, X2::{Results, ElvisCfg, File}) -> Result

do_rock/2

do_rock(File::elvis_file:file(), Config::elvis_config:config() | map()) -> {ok, elvis_result:file()}

rock/1

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

rock_this/2

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

start/0

start() -> ok

Used when starting the application on the shell.


Generated by EDoc