mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-25 18:41:08 +00:00
Remove yotta support from check-files.py
Complements "Remove Yotta support from the docs, tests and build scripts".
This commit is contained in:
parent
95c5575e12
commit
96f3b4ee42
|
@ -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(),
|
||||||
|
|
Loading…
Reference in a new issue