https://github.com/prontolabs/pronto-flay
Pronto runner for Flay, structural similarities analyzer
https://github.com/prontolabs/pronto-flay
analyzer flay pronto pronto-runner ruby
Last synced: about 1 year ago
JSON representation
Pronto runner for Flay, structural similarities analyzer
- Host: GitHub
- URL: https://github.com/prontolabs/pronto-flay
- Owner: prontolabs
- License: mit
- Created: 2013-08-04T12:21:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T04:24:11.000Z (about 1 year ago)
- Last Synced: 2025-03-10T20:02:00.658Z (about 1 year ago)
- Topics: analyzer, flay, pronto, pronto-runner, ruby
- Language: Ruby
- Homepage:
- Size: 65.4 KB
- Stars: 19
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pronto runner for Flay
[](http://badge.fury.io/rb/pronto-flay)
[](https://github.com/prontolabs/pronto-flay/actions/workflows/checks.yml)
[](https://codeclimate.com/github/prontolabs/pronto-flay)
Pronto runner for [Flay](https://github.com/seattlerb/flay), structural similarities analyzer. [What is Pronto?](https://github.com/prontolabs/pronto)
# Configuration
Configuring excludes Using [.flayignore](https://github.com/seattlerb/flay/blob/92039b66a479f3b8a8a1204c5733e35463e66995/README.txt#L28) 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`:
```yaml
flay:
severity_levels:
identical: 'warning'
similar: 'warning'
```