Implement linting issues and merge request comments
This commit is contained in:

committed by
Maximilian Pass

parent
4b5f0a3eb6
commit
32fe47d669
@@ -3,6 +3,6 @@ package runner
|
||||
import "gitlab.hpi.de/codeocean/codemoon/poseidon/tests"
|
||||
|
||||
const (
|
||||
defaultEnvironmentId = EnvironmentId(tests.DefaultEnvironmentIdAsInteger)
|
||||
anotherEnvironmentId = EnvironmentId(tests.AnotherEnvironmentIdAsInteger)
|
||||
defaultEnvironmentID = EnvironmentID(tests.DefaultEnvironmentIDAsInteger)
|
||||
anotherEnvironmentID = EnvironmentID(tests.AnotherEnvironmentIDAsInteger)
|
||||
)
|
||||
|
Reference in New Issue
Block a user