improve_your_code
Code analyzer
A tool that analyzes Ruby code for common design flaws and suggests improvements.
Code smell detector for Ruby
0 stars
1 watching
0 forks
Language: Ruby
last commit: almost 7 years ago
Linked from 1 awesome list
gemparserrailsruby
Related projects:
Repository | Description | Stars |
---|---|---|
joshcheek/seeing_is_believing | An editor extensibility tool for evaluating and recording the results of each line of Ruby code | 1,310 |
seattlerb/flay | An analysis tool that compares code at different levels to identify structural similarities and differences. | 742 |
testdouble/suture | A tool to help refactor poorly understood code in Ruby by introducing clear entry points and minimizing side effects. | 1,409 |
jonatas/fast | Tools to search and refactor Ruby code directly in its abstract syntax tree | 256 |
rubocop/rubocop-performance | Analyzes code performance and provides suggestions for optimization | 685 |
tushartushar/designitejava | A tool for assessing the quality and structure of Java code by detecting design and implementation smells and computing various object-oriented metrics. | 173 |
imlazyeye/duck | An analyzer tool that helps enforce coding standards and detect errors in GameMaker Language (GML) codebases. | 12 |
keithrbennett/trick_bag | A collection of Ruby classes and methods to simplify and enhance code writing. | 34 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,129 |
kaizhu256/jslint | A tool for analyzing and improving the quality of JavaScript code | 2 |
wala/wala | A toolset for static analysis of Java and JavaScript code. | 763 |
prontolabs/pronto-rubocop | An integration that automates code analysis using RuboCop and Pronto | 83 |
wycats/looper | Analyzes ES6 code to make transpiled output smaller and more efficient by identifying scopes in the code | 16 |
rubik/radon | A tool to analyze and report on the complexity and maintainability of Python codebases | 1,739 |
metricfu/metric_fu | A tool to help measure and improve code quality by analyzing various metrics. | 627 |