Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readthedocs config #260

Merged
merged 18 commits into from
Apr 17, 2024

update cmake CI commands

d8e120d
Select commit
Loading
Failed to load commit list.
Merged

update readthedocs config #260

update cmake CI commands
d8e120d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 16, 2024 in 0s

10 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 10
           

Complexity decreasing per file
==============================
+ analysis_configurations/unittest/unittest_config.py  -8
         

See the complete overview on Codacy

Annotations

Check notice on line 5 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L5

Delete the apt-get lists after installing something

Check notice on line 6 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L6

Avoid additional packages by specifying `--no-install-recommends`

Check warning on line 6 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L6

Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`

Check warning on line 8 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L8

Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>`

Check notice on line 11 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L11

Avoid additional packages by specifying `--no-install-recommends`

Check notice on line 11 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L11

Delete the apt-get lists after installing something

Check warning on line 11 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L11

Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`

Check warning on line 18 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L18

Use WORKDIR to switch to a directory

Check notice on line 21 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L21

Avoid additional packages by specifying `--no-install-recommends`

Check warning on line 21 in docker/Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docker/Dockerfile#L21

Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`