Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T14:24:28.000Z (almost 2 years ago)
- Last Synced: 2024-09-15T08:25:19.547Z (2 months ago)
- Topics: analyzer, flay, pronto, pronto-runner, ruby
- Language: Ruby
- Homepage:
- Size: 54.7 KB
- Stars: 19
- Watchers: 5
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pronto runner for Flay
[![Code Climate](https://codeclimate.com/github/prontolabs/pronto-flay.png)](https://codeclimate.com/github/prontolabs/pronto-flay)
[![Build Status](https://travis-ci.org/prontolabs/pronto-flay.png)](https://travis-ci.org/prontolabs/pronto-flay)
[![Gem Version](https://badge.fury.io/rb/pronto-flay.png)](http://badge.fury.io/rb/pronto-flay)
[![Dependency Status](https://gemnasium.com/prontolabs/pronto-flay.png)](https://gemnasium.com/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'
```