All Projects → prontolabs → pronto-reek

prontolabs / pronto-reek

Licence: MIT license
Pronto runner for Reek, code smell detector for Ruby

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to pronto-reek

pronto-flay
Pronto runner for Flay, structural similarities analyzer
Stars: ✭ 18 (-33.33%)
Mutual labels:  pronto, pronto-runner, analyzer
iDeviceLogAnalyzer-public
A quick and easy panic log extraction and analysis tool for iDevices.
Stars: ✭ 105 (+288.89%)
Mutual labels:  analyzer
mp4analyser
mp4 file analyser written in Python
Stars: ✭ 50 (+85.19%)
Mutual labels:  analyzer
lindera
A morphological analysis library.
Stars: ✭ 226 (+737.04%)
Mutual labels:  analyzer
discord
GitHub webhook that analyzes pull requests and adds comments about incompatible CSS
Stars: ✭ 29 (+7.41%)
Mutual labels:  analyzer
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (-14.81%)
Mutual labels:  analyzer
klay
KLAY - Korean Language AnalYzer (한국어 형태소 분석기)
Stars: ✭ 19 (-29.63%)
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 (-51.85%)
Mutual labels:  analyzer
include gardener
This is a small C++ based commandline-tool which analyzes include statements in C/C++ code.
Stars: ✭ 66 (+144.44%)
Mutual labels:  analyzer
flvAnalyser
FLV v1.0 analyser
Stars: ✭ 76 (+181.48%)
Mutual labels:  analyzer
hprof-slurp
JVM heap dump analyzer
Stars: ✭ 65 (+140.74%)
Mutual labels:  analyzer
Cometary
Roslyn extensions, with a touch of meta-programming.
Stars: ✭ 31 (+14.81%)
Mutual labels:  analyzer
churnalizer
Analyze your Ruby app for Churn vs Complexity
Stars: ✭ 17 (-37.04%)
Mutual labels:  analyzer
WikiChron
Data visualization tool for wikis evolution
Stars: ✭ 19 (-29.63%)
Mutual labels:  analyzer
ApkCompare
A tool to compare 2 version APKs to find out files change. 比较两个版本的APK以找出文件大小变化的工具
Stars: ✭ 68 (+151.85%)
Mutual labels:  analyzer
Analyzers
C# code analyzers
Stars: ✭ 18 (-33.33%)
Mutual labels:  analyzer
PerformanceAnalyzer
Under the iOS platform, the analyzer is a tool which statistics CPU, FPS, Memory, Loading-Time and provides the output of statistical data. And contain SQL execution time monitor base on FMDatabase and UI refresh in main thread monitor
Stars: ✭ 42 (+55.56%)
Mutual labels:  analyzer
windicss-analysis
🔍 A visual analyzer for Windi CSS
Stars: ✭ 120 (+344.44%)
Mutual labels:  analyzer
AndroidApkAnalyzer
Android application for analyzing installed apps
Stars: ✭ 159 (+488.89%)
Mutual labels:  analyzer
flutter ast
Flutter and Dart AST Analyzer/Parser
Stars: ✭ 87 (+222.22%)
Mutual labels:  analyzer

Pronto runner for Reek

Code Climate Build Status Gem Version Dependency Status

Pronto runner for Reek, code smell detector for Ruby. What is Pronto?

Configuration

Configuring Reek via config.reek, or any file ending with .reek, will work just fine with pronto-reek.

You can also specify a custom severity level for the reek smells with the environment variable PRONTO_REEK_SEVERITY_LEVEL.

Or if you prefer provide it on your .pronto.yml (environment variable has precedence over file):

reek:
  severity_level: warning # default is info
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].