Make rubocop happy.

This commit is contained in:
Guo Xiang Tan
2019-05-13 09:55:44 +08:00
parent 888e68a163
commit 8165ceb320
14 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
# bulk grant badge to members of a specific group
task "groups:grant_badge", [:group_id, :badge_id] => [:environment] do |_, args|
group_id = args[:group_id]