Skip to content

check-python-files misses subdirectories of mbedtls_framework #259

@gilles-peskine-arm

Description

@gilles-peskine-arm

Since #25 there is an extra directory containing Python modules: framework/scripts/mbedtls_framework/code_wrapper. The modules in that directory are checked with mypy because it checks generate_psa_wrappers.py which imports all the modules in the code_wrapper subdirectory. But the modules under code_wrapper are not checked by pylint.

The goal of this issue is:

  • Change check-python-files.sh to cover all the existing Python files in a way that is future-proof if we add more subdirectories to mbedtls_framework
  • Fix the issues reported by Pylint.

Metadata

Metadata

Labels

size-sEstimated task size: small (~2d)

Type

No fields configured for Bug.

Projects

Status
Done
Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions