Awesome
Pronto::Tailor
Pronto runner for Tailor, Swift static analyser and lint tool.
Tailor is needed to be installed for this runner to work.
Configuring runner
Runner can be configured by passing additional ENV variables e.g.
PRONTO_TAILOR_EXCEPT_RULE=trailing-whitespace pronto run --index
Availables ENV variables are:
PRONTO_TAILOR_EXCEPT_RULE
- for specifying--except
tailor parameterPRONTO_TAILOR_CONFIG_FILE
- for specifying--config
tailor parameterPRONTO_TAILOR_TAILOR_PATH
- for specifyingtailor
executable path. By defaulttailor
is used