mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 15:22:11 -04:00
Pacify check_files
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
8470d114e2
commit
75da313166
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user