Fix rubocop offenses - Requires Ruby 3.1+

This commit is contained in:
Sebastian Serth
2022-11-25 10:53:14 +01:00
parent bdf474e684
commit 574e99eddd
93 changed files with 315 additions and 315 deletions

View File

@@ -23,12 +23,12 @@ module ProformaService
title: @exercise.title,
description: @exercise.description,
internal_description: nil,
proglang: proglang,
proglang:,
files: task_files,
tests: tests,
uuid: uuid,
tests:,
uuid:,
language: DEFAULT_LANGUAGE,
model_solutions: model_solutions,
model_solutions:,
meta_data: {
CodeOcean: {
public: @exercise.public,