mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-05 21:15:09 +00:00
Add pylint duplicate-code exceptions for newly moved files
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -66,6 +66,13 @@ echo 'Running pylint ...'
|
||||
# has been removed from all consuming branches.
|
||||
find framework/scripts scripts tests/scripts -name '*.py' \( \
|
||||
! -path scripts/abi_check.py \
|
||||
! -path scripts/code_size_compare.py \
|
||||
! -path scripts/ecp_comb_table.py \
|
||||
! -path tests/scripts/audit-validity-dates.py \
|
||||
! -path tests/scripts/generate_server9_bad_saltlen.py \
|
||||
! -path tests/scripts/psa_collect_statuses.py \
|
||||
! -path tests/scripts/run_demos.py \
|
||||
! -path tests/scripts/test_config_script.py \
|
||||
! -path framework/scripts/make_generated_files.py \
|
||||
-exec $PYTHON -m pylint {} + \
|
||||
-o -exec $PYTHON -m pylint {} + \) || {
|
||||
|
||||
Reference in New Issue
Block a user