Skip to content

Commit

Permalink
[ci] Add a description for the :all Rubocop tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed Jun 26, 2018
1 parent 7856e67 commit c6069f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/lib/tasks/dev.rake
Expand Up @@ -81,6 +81,7 @@ namespace :dev do
namespace :rubocop do
require 'rubocop/rake_task'

desc 'Run the ruby linter in rails and in root'
task all: [:root, :rails] do
end

Expand All @@ -97,6 +98,7 @@ namespace :dev do
end

namespace :auto_gen_config do
desc 'Autogenerate rubocop config in rails and in root'
task all: [:root, :rails] do
end

Expand Down

0 comments on commit c6069f8

Please sign in to comment.