Allow *.make to contain tabs
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
2337a3b886
commit
7602298a16
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ class TabIssueTracker(LineIssueTracker):
|
||||||
|
|
||||||
heading = "Tabs present:"
|
heading = "Tabs present:"
|
||||||
suffix_exemptions = frozenset([
|
suffix_exemptions = frozenset([
|
||||||
|
".make",
|
||||||
".pem", # some openssl dumps have tabs
|
".pem", # some openssl dumps have tabs
|
||||||
".sln",
|
".sln",
|
||||||
"/Makefile",
|
"/Makefile",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue