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

Revert "Add exemption for make.bat in checks for tabs"

This is no longer needed as make.bat has been removed. We do not support
building the documentation on Windows.

This reverts commit d50daedcca.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2023-03-27 15:30:40 +01:00
parent 042d845e08
commit 66ef2a06d5

View File

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