1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-22 16:18:18 +08: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 e04d492aad
commit 89bf31d361

View File

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