Move reusable workflow and everest-clang-format from everest-utils to everest-ci #16
11 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 11
Complexity increasing per file
==============================
- docker/images/everest-clang-format/run-clang-format.py 24
See the complete overview on Codacy
Annotations
Check warning on line 2 in docker/images/everest-clang-format/Dockerfile
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/Dockerfile#L2
Always tag the version of an image explicitly
Check warning on line 48 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L48
Consider possible security implications associated with the subprocess module.
Check warning on line 55 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L55
Consider possible security implications associated with the subprocess module.
Check notice on line 159 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L159
Trailing whitespace
Check warning on line 195 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L195
subprocess call - check for execution of untrusted input.
Check warning on line 204 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L204
Python possesses many mechanisms to invoke an external executable.
Check warning on line 222 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L222
Python possesses many mechanisms to invoke an external executable.
Check notice on line 265 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L265
ambiguous variable name 'l' (E741)
Check notice on line 277 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L277
main is too complex (21) (MC0001)
Check warning on line 358 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L358
subprocess call - check for execution of untrusted input.
Check warning on line 366 in docker/images/everest-clang-format/run-clang-format.py
codacy-production / Codacy Static Code Analysis
docker/images/everest-clang-format/run-clang-format.py#L366
Python possesses many mechanisms to invoke an external executable.