- python
var | purpose | type | default |
---|---|---|---|
SCA_BLACKLIST_pylint | Blacklist filter for this tool | space-separated-list | "linux-*" |
SCA_PYLINT_EXTRA_FATAL | Extra error-IDs leading to build termination when found | space-separated-list | "" |
SCA_PYLINT_EXTRA_SUPPRESS | Extra error-IDs to be suppressed | space-separated-list | "" |
SCA_PYLINT_HOMEPATH | Directory of python installation | path | ${IMAGE_ROOTFS}/python${PYTHON_BASEVERSION} |
SCA_PYLINT_LIBATH | List of library paths for python | ':' separated list | ${IMAGE_ROOTFS}/python${PYTHON_BASEVERSION}/:${IMAGE_ROOTFS}/python.${PYTHON_BASEVERSION}/site-packages/ |
SCA_PYLINT_ROOTPATH | Root path from where checks should be performed | path | ${IMAGE_ROOTFS} |
var | purpose | type | default |
---|---|---|---|
SCA_BLACKLIST_pylint | Blacklist filter for this tool | space-separated-list | "linux-*" |
SCA_PYLINT_EXTRA_FATAL | Extra error-IDs leading to build termination when found | space-separated-list | "" |
SCA_PYLINT_EXTRA_SUPPRESS | Extra error-IDs to be suppressed | space-separated-list | "" |
SCA_PYLINT_HOMEPATH | Directory of python installation | path | ${STAGING_LIBDIR}/python${PYTHON_BASEVERSION} |
SCA_PYLINT_LIBATH | List of library paths for python | ':' separated list | ${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/:${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages/ |
SCA_PYLINT_ROOTPATH | Root path from where checks should be performed | path | ${B} |
- suppression of IDs
- terminate build on fatal
- run on recipe
- run on image
- run with SCA-layer default settings (see SCA_AVAILABLE_MODULES)
- requires online access
tbd
- security
- functional defects
- compliance
- style issues
- ⬛⬛⬜⬜⬜⬜⬜⬜⬜⬜ 02/10 Build Speed
- ⬛⬛⬛⬛⬛⬛⬛⬛⬛⬜ 09/10 Execution Speed
- ⬛⬛⬛⬛⬛⬛⬛⬛⬛⬜ 09/10 Quality
- n.a.
- pylint.pylint.E*
- pylint.pylint.F*
- pylint.pylint.W*
- n.a.
- pylint.pylint.*