mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-12 18:04:39 +08:00
Adapt paths for scripts/quiet
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
parent
d92e24e83f
commit
9f5487406d
@ -173,7 +173,7 @@ class ShebangIssueTracker(FileIssueTracker):
|
|||||||
b'sh': 'sh',
|
b'sh': 'sh',
|
||||||
}
|
}
|
||||||
|
|
||||||
path_exemptions = re.compile(r'tests/scripts/quiet/.*')
|
path_exemptions = re.compile(r'framework/scripts/quiet/.*')
|
||||||
|
|
||||||
def is_valid_shebang(self, first_line, filepath):
|
def is_valid_shebang(self, first_line, filepath):
|
||||||
m = re.match(self._shebang_re, first_line)
|
m = re.match(self._shebang_re, first_line)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user