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:
Jaeden Amero 2019-04-05 14:20:00 +01:00
commit db8821cb7e
9 changed files with 178 additions and 508 deletions

View file

@ -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