Metadata


Name
rubycritic
Version
2.0.0
Platform
ruby
Authors
Guilherme Simoes
Bindir
bin
Date
2015-11-11 00:00:00 UTC
Dependencies
virtus (~> 1.0)
flay (= 2.6.1)
flog (= 4.3.2)
reek (= 3.6.0)
parser (>= 2.2.0, < 3.0)
bundler (~> 1.3, development)
rake (>= 0, development)
minitest (~> 5.3, development)
mocha (~> 1.0, development)
rubocop (= 0.29.0, development)
Description
RubyCritic is a tool that wraps around various static analysis gems to provide a quality report of your Ruby code.
Email
guilherme.rdems@gmail.com
Executables
rubycritic
Files
.gitignore
.rubocop.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/rubycritic
lib/rubycritic.rb
lib/rubycritic/analysers/attributes.rb
lib/rubycritic/analysers/churn.rb
lib/rubycritic/analysers/complexity.rb
lib/rubycritic/analysers/helpers/ast_node.rb
lib/rubycritic/analysers/helpers/config.reek
lib/rubycritic/analysers/helpers/flay.rb
lib/rubycritic/analysers/helpers/flog.rb
lib/rubycritic/analysers/helpers/methods_counter.rb
lib/rubycritic/analysers/helpers/modules_locator.rb
lib/rubycritic/analysers/helpers/parser.rb
lib/rubycritic/analysers/helpers/reek.rb
lib/rubycritic/analysers/smells/flay.rb
lib/rubycritic/analysers/smells/flog.rb
lib/rubycritic/analysers/smells/reek.rb
lib/rubycritic/analysers_runner.rb
lib/rubycritic/cli/application.rb
lib/rubycritic/cli/options.rb
lib/rubycritic/commands/ci.rb
lib/rubycritic/commands/default.rb
lib/rubycritic/commands/help.rb
lib/rubycritic/commands/version.rb
lib/rubycritic/configuration.rb
lib/rubycritic/core/analysed_module.rb
lib/rubycritic/core/location.rb
lib/rubycritic/core/rating.rb
lib/rubycritic/core/smell.rb
lib/rubycritic/generators/html/assets/javascripts/application.js
lib/rubycritic/generators/html/assets/javascripts/highcharts.src-4.0.1.js
lib/rubycritic/generators/html/assets/javascripts/jquery-2.1.0.js
lib/rubycritic/generators/html/assets/javascripts/jquery.floatThead-v1.2.7.js
lib/rubycritic/generators/html/assets/javascripts/jquery.scrollTo-1.4.11.js
lib/rubycritic/generators/html/assets/javascripts/jquery.tablesorter.js
lib/rubycritic/generators/html/assets/javascripts/jquery.timeago-v1.4.1.js
lib/rubycritic/generators/html/assets/javascripts/prettify-4-Mar-2013.js
lib/rubycritic/generators/html/assets/stylesheets/application.css
lib/rubycritic/generators/html/assets/stylesheets/prettify.custom_theme.css
lib/rubycritic/generators/html/base.rb
lib/rubycritic/generators/html/code_file.rb
lib/rubycritic/generators/html/code_index.rb
lib/rubycritic/generators/html/line.rb
lib/rubycritic/generators/html/overview.rb
lib/rubycritic/generators/html/smells_index.rb
lib/rubycritic/generators/html/templates/code_file.html.erb
lib/rubycritic/generators/html/templates/code_index.html.erb
lib/rubycritic/generators/html/templates/layouts/application.html.erb
lib/rubycritic/generators/html/templates/line.html.erb
lib/rubycritic/generators/html/templates/overview.html.erb
lib/rubycritic/generators/html/templates/smells_index.html.erb
lib/rubycritic/generators/html/templates/smelly_line.html.erb
lib/rubycritic/generators/html/turbulence.rb
lib/rubycritic/generators/html/view_helpers.rb
lib/rubycritic/generators/html_report.rb
lib/rubycritic/generators/json/simple.rb
lib/rubycritic/generators/json_report.rb
lib/rubycritic/reporter.rb
lib/rubycritic/revision_comparator.rb
lib/rubycritic/serializer.rb
lib/rubycritic/smells_status_setter.rb
lib/rubycritic/source_control_systems/base.rb
lib/rubycritic/source_control_systems/double.rb
lib/rubycritic/source_control_systems/git.rb
lib/rubycritic/source_control_systems/mercurial.rb
lib/rubycritic/source_locator.rb
lib/rubycritic/version.rb
rubycritic.gemspec
test/analysers_test_helper.rb
test/lib/rubycritic/analysers/churn_test.rb
test/lib/rubycritic/analysers/complexity_test.rb
test/lib/rubycritic/analysers/helpers/methods_counter_test.rb
test/lib/rubycritic/analysers/helpers/modules_locator_test.rb
test/lib/rubycritic/analysers/smells/flay_test.rb
test/lib/rubycritic/analysers/smells/flog_test.rb
test/lib/rubycritic/analysers/smells/reek_test.rb
test/lib/rubycritic/configuration_test.rb
test/lib/rubycritic/core/analysed_module_test.rb
test/lib/rubycritic/core/location_test.rb
test/lib/rubycritic/core/smell_test.rb
test/lib/rubycritic/core/smells_array_test.rb
test/lib/rubycritic/report_generators/turbulence_test.rb
test/lib/rubycritic/report_generators/view_helpers_test.rb
test/lib/rubycritic/smells_status_setter_test.rb
test/lib/rubycritic/source_control_systems/base_test.rb
test/lib/rubycritic/source_control_systems/double_test.rb
test/lib/rubycritic/source_control_systems/git_test.rb
test/lib/rubycritic/source_control_systems/interfaces/basic.rb
test/lib/rubycritic/source_control_systems/interfaces/time_travel.rb
test/lib/rubycritic/source_control_systems/mercurial_test.rb
test/lib/rubycritic/source_locator_test.rb
test/lib/rubycritic/version_test.rb
test/samples/empty.rb
test/samples/flay/smelly.rb
test/samples/flay/smelly2.rb
test/samples/flog/complex.rb
test/samples/flog/smelly.rb
test/samples/location/dir1/file1.rb
test/samples/location/file0.rb
test/samples/location/file0_symlink.rb
test/samples/location/file_with_different_extension.py
test/samples/location/file_with_no_extension
test/samples/methods_count.rb
test/samples/module_names.rb
test/samples/reek/not_smelly.rb
test/samples/reek/smelly.rb
test/samples/unparsable.rb
test/test_helper.rb
Homepage
https://github.com/whitesmith/rubycritic
Licenses
MIT
Require paths
lib
Required ruby version
>= 2.0.0
Required rubygems version
>= 0
Rubygems version
2.4.5
Specification version
4
Summary
RubyCritic is a Ruby code quality reporter
Test files
test/analysers_test_helper.rb
test/lib/rubycritic/analysers/churn_test.rb
test/lib/rubycritic/analysers/complexity_test.rb
test/lib/rubycritic/analysers/helpers/methods_counter_test.rb
test/lib/rubycritic/analysers/helpers/modules_locator_test.rb
test/lib/rubycritic/analysers/smells/flay_test.rb
test/lib/rubycritic/analysers/smells/flog_test.rb
test/lib/rubycritic/analysers/smells/reek_test.rb
test/lib/rubycritic/configuration_test.rb
test/lib/rubycritic/core/analysed_module_test.rb
test/lib/rubycritic/core/location_test.rb
test/lib/rubycritic/core/smell_test.rb
test/lib/rubycritic/core/smells_array_test.rb
test/lib/rubycritic/report_generators/turbulence_test.rb
test/lib/rubycritic/report_generators/view_helpers_test.rb
test/lib/rubycritic/smells_status_setter_test.rb
test/lib/rubycritic/source_control_systems/base_test.rb
test/lib/rubycritic/source_control_systems/double_test.rb
test/lib/rubycritic/source_control_systems/git_test.rb
test/lib/rubycritic/source_control_systems/interfaces/basic.rb
test/lib/rubycritic/source_control_systems/interfaces/time_travel.rb
test/lib/rubycritic/source_control_systems/mercurial_test.rb
test/lib/rubycritic/source_locator_test.rb
test/lib/rubycritic/version_test.rb
test/samples/empty.rb
test/samples/flay/smelly.rb
test/samples/flay/smelly2.rb
test/samples/flog/complex.rb
test/samples/flog/smelly.rb
test/samples/location/dir1/file1.rb
test/samples/location/file0.rb
test/samples/location/file0_symlink.rb
test/samples/location/file_with_different_extension.py
test/samples/location/file_with_no_extension
test/samples/methods_count.rb
test/samples/module_names.rb
test/samples/reek/not_smelly.rb
test/samples/reek/smelly.rb
test/samples/unparsable.rb
test/test_helper.rb
Original platform
ruby
New platform
ruby