Skip to content

Fix compilers linting errors #624

Fix compilers linting errors

Fix compilers linting errors #624

Triggered via push January 11, 2024 16:09
Status Failure
Total duration 21s
Artifacts

lint.yml

on: push
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

3 errors
compilers: dodona-compilers.dockerfile#L8
DL3013 warning: Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`
compilers: dodona-compilers.dockerfile#L8
DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
compilers: dodona-compilers.dockerfile#L8
SC2039 warning: In POSIX sh, set option pipefail is undefined.