Auto-correct with rubocop

This commit is contained in:
2020-02-24 00:13:56 +00:00
parent 3d1db9f69b
commit 119de8e693
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
desc 'Run jekyll server'
task :serve do
exec 'bundle exec jekyll serve --incremental'