Modernizin 🎉

This commit is contained in:
Dan Buch
2017-05-14 13:01:29 -04:00
parent 3a56880720
commit cef59ad534
7 changed files with 40 additions and 20 deletions

9
Rakefile Normal file
View File

@@ -0,0 +1,9 @@
begin
require 'rubocop/rake_task'
rescue LoadError => e
warn e
end
RuboCop::RakeTask.new if defined?(RuboCop)
task default: %i[rubocop]