fastruby/skunk

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/main.yml
.github/workflows/skunk.yml
.gitignore
.reek.yml
.rubocop.yml
.rubocop_todo.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/setup
exe/skunk
fastruby-logo.png
logo.png
pull_request_template.md
skunk.gemspec
lib/skunk.rb3
lib/skunk/cli/application.rb45
A
25 mins
lib/skunk/cli/options.rb25
lib/skunk/cli/options/argv.rb32
lib/skunk/command_factory.rb16
lib/skunk/commands/base.rb13
lib/skunk/commands/compare.rb49
lib/skunk/commands/compare_score.rb30
lib/skunk/commands/default.rb28
lib/skunk/commands/help.rb17
lib/skunk/commands/output.rb9
lib/skunk/commands/shareable.rb14
lib/skunk/commands/status_reporter.rb74
lib/skunk/commands/status_sharer.rb75
lib/skunk/commands/version.rb14
lib/skunk/rubycritic/analysed_module.rb27
lib/skunk/rubycritic/analysed_modules_collection.rb13
lib/skunk/version.rb3
samples/rubycritic/analysed_module.rb10