Add 'rake format:apply'
This commit is contained in:
parent
ca8fe77554
commit
590e912066
2 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
namespace :format do
|
||||
desc "Apply all formats"
|
||||
task apply: %i[format:rubocop:apply format:eslint:apply]
|
||||
|
||||
desc "Run rubocop (Ruby)"
|
||||
task :rubocop do
|
||||
sh "bundle exec rubocop --config etc/rubocop.yml"
|
||||
|
|
Loading…
Reference in a new issue