1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-04 08:22:09 +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
parent 1305581114
commit d50daedcca

View File

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