mirror of
https://github.com/verilator/verilator.git
synced 2025-04-29 12:06:54 +00:00
Tests: Ignore tabs in .mk.in
This commit is contained in:
parent
3340f7b0b4
commit
c3b4bc85fa
@ -12,7 +12,7 @@ scenarios(dist => 1);
|
||||
|
||||
my $root = "..";
|
||||
|
||||
my $Tabs_Exempt_Re = qr!(\.out$)|(/gtkwave)|(Makefile)|(\.mk$)|(nodist/fastcov.py)!;
|
||||
my $Tabs_Exempt_Re = qr!(\.out$)|(/gtkwave)|(Makefile)|(\.mk$)|(\.mk\.in$)|(nodist/fastcov.py)!;
|
||||
#my $Wide_Exempt_Re = qr!(\.l$)|(\.y$)!;
|
||||
my $Wide_Exempt_Re = qr!.*!; # clang-tidy generally cleans up
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user