1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #6821 from gilles-peskine-arm/code-style-skip-generated-files-2.28

Backport 2.28: Don't touch the style of generated files
This commit is contained in:
Manuel Pégourié-Gonnard
2022-12-19 13:06:29 +01:00
committed by GitHub
2 changed files with 37 additions and 5 deletions

View File

@@ -102,6 +102,11 @@ check()
fi
}
# Note: if the format of calls to the "check" function changes, update
# scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
# the format must be "check SCRIPT FILENAME...". For other source files,
# any shell syntax is permitted (including e.g. command substitution).
check scripts/generate_errors.pl library/error.c
check scripts/generate_query_config.pl programs/test/query_config.c
check scripts/generate_features.pl library/version_features.c