Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Jul 10, 2019
1 parent 0e28ade commit 113f33a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/ansible/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def properties_with_classes(properties)
private

# This is outputting code and code is easier to read on one line.
# rubocop:disable Metrics/LineLength
def response_output(prop, hash_name, module_name)
# If input true, treat like request, but use module names.
return request_output(prop, "#{module_name}.params", module_name) \
Expand Down Expand Up @@ -87,6 +88,7 @@ def request_output(prop, hash_name, module_name, allow_pattern = true)
"#{hash_name}.get(#{quote_string(prop.out_name)})"
end
end
# rubocop:enable Metrics/LineLength
end
end
end

0 comments on commit 113f33a

Please sign in to comment.