mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-05 08:10:38 +03:00
Merge remote-tracking branch 'origin/pr/2470' into mbedtls-2.16
* origin/pr/2470: Silence pylint check-files.py: readability improvement in permission check check-files.py: use class fields for class-wide constants check-files.py: clean up class structure abi_check.py: Document more methods check-files.py: document some classes and methods Fix pylint errors going uncaught Call pylint3, not pylint New, documented pylint configuration
This commit is contained in:
@@ -1247,6 +1247,9 @@ component_test_zeroize () {
|
||||
unset gdb_disable_aslr
|
||||
}
|
||||
|
||||
support_check_python_files () {
|
||||
type pylint3 >/dev/null 2>/dev/null
|
||||
}
|
||||
component_check_python_files () {
|
||||
msg "Lint: Python scripts"
|
||||
record_status tests/scripts/check-python-files.sh
|
||||
|
||||
Reference in New Issue
Block a user