1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-05-28 16:21:27 +03:00

Add exemption for make.bat in checks for tabs

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-03-17 13:46:51 +00:00 committed by Gilles Peskine
parent b9f0674ef1
commit 1fa678d58e

View File

@ -350,6 +350,7 @@ class TabIssueTracker(LineIssueTracker):
".sln",
"/Makefile",
"/Makefile.inc",
"/make.bat",
"/generate_visualc_files.pl",
])