0.11
Low commit activity in last 3 years
A long-lived project that still receives updates
Pronto runner for Flay, structural similarities analyzer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 12.0
~> 3.4
~> 1.2
>= 0

Runtime

~> 2.8
~> 0.11.0
 Project Readme

Pronto runner for Flay

Gem Version Build Status Code Climate

Pronto runner for Flay, structural similarities analyzer. What is Pronto?

Configuration

Configuring excludes Using .flayignore will work just fine with pronto-flay.

You can overwrite the default, very low mass threshold for Flay with the PRONTO_FLAY_MASS_THRESHOLD environment variable for a more sensible approach.

Severity levels for identical and similar code issues can be configured inside .pronto.yml:

flay:
  severity_levels:
    identical: 'warning'
    similar: 'warning'