rootstrap/arqo

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

task :code_analysis do
  sh 'bundle exec rubocop lib spec'
  sh 'bundle exec reek lib'
end