Commit 0744e1a5 authored by Piotr Skorupa's avatar Piotr Skorupa

Make rubocop happy

parent 2c622dc2
......@@ -13,7 +13,7 @@ module Tooling
].freeze
def missing_labels
return [] if !helper.ci?
return [] unless helper.ci?
labels = []
labels << 'product intelligence' unless helper.mr_has_labels?('product intelligence')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment