Pronto
runner for Flay¶ ↑
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'