[erlang-shell-inject]
files = *.erl
comment = These calls are potentially vulnerable to shell metacharacter injection
command = grep -EC2 'cmd|open_port' {files}

[erl-tidy]
apt = erlang-syntax-tools, erlang-base
files = *.erl
command = erl -noshell -eval 'erl_tidy:dir(".", [{test, true}, {verbose, false}]).' -s init stop

[erlang-elvis]
flags = todo
files = *.erl
comment = https://github.com/inaka/elvis

# vim:ft=dosini
