Closed juliogonzalez closed 6 years ago
Fix guard clause syntax, as new rubocop version at Travis is complaining about the lack of empty lines after them:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/gitarro/backend.rb:320:5: C: Layout/EmptyLineAfterGuardClause: Add empty line after guard clause. return false unless retriggered_by_comment?(pr.number, @context)
No, just syntax fixing, adding empty lines.
Ping @MalloZup: can you merge this?
What does this PR do?
Fix guard clause syntax, as new rubocop version at Travis is complaining about the lack of empty lines after them:
What issues does this PR fix or reference?
Tests written?
No, just syntax fixing, adding empty lines.