All Projects → prontolabs → pronto-flay

prontolabs / pronto-flay

Licence: MIT license
Pronto runner for Flay, structural similarities analyzer

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to pronto-flay

pronto-reek
Pronto runner for Reek, code smell detector for Ruby
Stars: ✭ 27 (+50%)
Mutual labels:  pronto, pronto-runner, analyzer
ApkCompare
A tool to compare 2 version APKs to find out files change. 比较两个版本的APK以找出文件大小变化的工具
Stars: ✭ 68 (+277.78%)
Mutual labels:  analyzer
WikiChron
Data visualization tool for wikis evolution
Stars: ✭ 19 (+5.56%)
Mutual labels:  analyzer
windicss-analysis
🔍 A visual analyzer for Windi CSS
Stars: ✭ 120 (+566.67%)
Mutual labels:  analyzer
Cometary
Roslyn extensions, with a touch of meta-programming.
Stars: ✭ 31 (+72.22%)
Mutual labels:  analyzer
churnalizer
Analyze your Ruby app for Churn vs Complexity
Stars: ✭ 17 (-5.56%)
Mutual labels:  analyzer
Analyzers
C# code analyzers
Stars: ✭ 18 (+0%)
Mutual labels:  analyzer
AndroidApkAnalyzer
Android application for analyzing installed apps
Stars: ✭ 159 (+783.33%)
Mutual labels:  analyzer
iDeviceLogAnalyzer-public
A quick and easy panic log extraction and analysis tool for iDevices.
Stars: ✭ 105 (+483.33%)
Mutual labels:  analyzer
lindera
A morphological analysis library.
Stars: ✭ 226 (+1155.56%)
Mutual labels:  analyzer
flvAnalyser
FLV v1.0 analyser
Stars: ✭ 76 (+322.22%)
Mutual labels:  analyzer
whatsanalyze
Analyze your WhatsApp Chat in Seconds. Reveal insights & get statistics, while all data stays on your device. No chat data is sent to a server it runs only locally in your browser.
Stars: ✭ 41 (+127.78%)
Mutual labels:  analyzer
spring-startup-analysis
Simple module to analyse bean construction in Java Spring
Stars: ✭ 76 (+322.22%)
Mutual labels:  analyzer
discord
GitHub webhook that analyzes pull requests and adds comments about incompatible CSS
Stars: ✭ 29 (+61.11%)
Mutual labels:  analyzer
flutter ast
Flutter and Dart AST Analyzer/Parser
Stars: ✭ 87 (+383.33%)
Mutual labels:  analyzer
mp4analyser
mp4 file analyser written in Python
Stars: ✭ 50 (+177.78%)
Mutual labels:  analyzer
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (+27.78%)
Mutual labels:  analyzer
hprof-slurp
JVM heap dump analyzer
Stars: ✭ 65 (+261.11%)
Mutual labels:  analyzer
active endpoint
[ARCHIVE] 🔧 ActiveEndpoint is middleware for Rails application that collect and analize request and response per request for route endpoint. It works with minimum affecting to application response time.
Stars: ✭ 13 (-27.78%)
Mutual labels:  analyzer
include gardener
This is a small C++ based commandline-tool which analyzes include statements in C/C++ code.
Stars: ✭ 66 (+266.67%)
Mutual labels:  analyzer

Pronto runner for Flay

Code Climate Build Status Gem Version Dependency Status

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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].