Rakefile in aw-0.1.2 vs Rakefile in aw-0.1.3

- old
+ new

@@ -17,6 +17,6 @@ Rake::Task['test'].invoke end end task(:doc_stats) { ruby '-S yard stats' } -task default: %i[test doc_stats rubocop] +task default: %i[test doc_stats]