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:

committed by
Sebastian Serth

parent
80932c0c40
commit
575057acd3
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user