rootstrap/rsgem

View on GitHub
lib/rsgem/support/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