Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 729 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 729 Bytes

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 parameter
  • PRONTO_TAILOR_CONFIG_FILE - for specifying --config tailor parameter
  • PRONTO_TAILOR_TAILOR_PATH - for specifying tailor executable path. By default tailor is used