Skip to content

Fail on info

Fail on info #693

Triggered via push November 12, 2024 10:03
Status Failure
Total duration 19s
Artifacts

lint.yml

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

Annotations

8 errors, 7 warnings, and 1 notice
csharp
Process completed with exit code 1.
haskell
Process completed with exit code 1.
bash
Process completed with exit code 1.
python
Process completed with exit code 1.
assembly
Process completed with exit code 1.
compilers
Process completed with exit code 1.
r
Process completed with exit code 1.
tested
Process completed with exit code 1.
haskell: dodona-haskell.dockerfile#L3
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
bash: dodona-bash.dockerfile#L3
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
python: dodona-python.dockerfile#L3
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
assembly: dodona-assembly.dockerfile#L5
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
compilers: dodona-compilers.dockerfile#L8
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
r: dodona-r.dockerfile#L3
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
tested: dodona-tested.dockerfile#L27
Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
csharp: dodona-csharp.dockerfile#L14
Multiple consecutive `RUN` instructions. Consider consolidation.