mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Merge remote-tracking branch 'origin/pr/2464' into development
* origin/pr/2464: Allow main() to lack a docstring. 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:
@@ -1391,6 +1391,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