- C
- C++
var | purpose | type | default |
---|---|---|---|
SCA_BLOCKLIST_cpplint | Blacklist filter for this tool | space-separated-list | "linux-*" |
SCA_CPPLINT_EXTRA_FATAL | Extra error-IDs leading to build termination when found | space-separated-list | "" |
SCA_CPPLINT_EXTRA_SUPPRESS | Extra error-IDs to be suppressed | space-separated-list | "" |
SCA_CPPLINT_FILE_FILTER | List of file-extensions to be checked | space-separated-list | ".c .cpp .h .hpp" |
- suppression of IDs
- terminate build on fatal
- run on recipe
- run on image
- available in SDK
- run with SCA-layer default settings (see SCA_AVAILABLE_MODULES)
- requires online access
tbd
- security
- functional defects
- compliance
- style issues
- ⬛⬛⬛⬛⬛⬜⬜⬜⬜⬜ 05/10 Build Speed
- ⬛⬛⬛⬛⬛⬛⬜⬜⬜⬜ 06/10 Execution Speed
- ⬛⬛⬛⬛⬛⬛⬛⬜⬜⬜ 07/10 Quality
- cpplint.cpplint.runtime.threadsafe_fn
- cpplint.cpplint.runtime.member_string_references
- cpplint.cpplint.runtime.operator
- cpplint.cpplint.build.header_guard
- cpplint.cpplint.build.printf_format
- cpplint.cpplint.runtime.memset
- n.a.
- cpplint.cpplint.*