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:
commit
db8821cb7e
9 changed files with 178 additions and 508 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue