Fix some non-autocorrectable linting issues

Many functions in submission_controller.rb still are very long and have
a high complexity. Because the logic for handling execution of
submissions will probably move elsewhere (when switching to
ActionCable), this is fine for now.
This commit is contained in:
Konrad Hanff
2021-04-07 14:43:34 +02:00
committed by Sebastian Serth
parent 80932c0c40
commit 575057acd3
3 changed files with 48 additions and 55 deletions

View File

@ -50,8 +50,7 @@ class Runner
end
def status
# parse(Faraday.get(runner_url))[:status].to_sym
# TODO return actual state retrieved via websocket
# TODO: return actual state retrieved via websocket
:timeouted
end