mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Remove yotta support from check-files.py
Complements "Remove Yotta support from the docs, tests and build scripts".
This commit is contained in:
@ -159,7 +159,6 @@ class IntegrityChecker(object):
|
|||||||
self.excluded_paths = list(map(os.path.normpath, [
|
self.excluded_paths = list(map(os.path.normpath, [
|
||||||
'cov-int',
|
'cov-int',
|
||||||
'examples',
|
'examples',
|
||||||
'yotta/module'
|
|
||||||
]))
|
]))
|
||||||
self.issues_to_check = [
|
self.issues_to_check = [
|
||||||
PermissionIssueTracker(),
|
PermissionIssueTracker(),
|
||||||
|
Reference in New Issue
Block a user