mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
@ -172,6 +172,8 @@ class ShebangIssueTracker(FileIssueTracker):
|
|||||||
b'sh': 'sh',
|
b'sh': 'sh',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
path_exemptions = re.compile(r'tests/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)
|
||||||
if not m:
|
if not m:
|
||||||
|
Reference in New Issue
Block a user