0.0
No commit activity in last 3 years
No release in over 3 years
A pronto runner for Tailor - Swift code analyzer. Pronto runs analysis quickly by checking only the relevant changes. Created to be used on pull requests, but suited for other scenarios as well. Perfect if you want to find out quickly if branch introduces changes that conform to your styleguide, are DRY, don't introduce security holes and more.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
~> 3.3

Runtime

~> 0.5.0
 Project Readme

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