tests: Disable wide line test as breaks user commits.
This commit is contained in:
parent
6013b54f7b
commit
3c1ed075e5
|
|
@ -13,7 +13,8 @@ scenarios(dist => 1);
|
|||
my $root = "..";
|
||||
|
||||
my $Tabs_Exempt_Re = qr!(\.out$)|(/gtkwave)|(Makefile)|(\.mk$)|(nodist/fastcov.py)!;
|
||||
my $Wide_Exempt_Re = qr!(\.l$)|(\.y$)!;
|
||||
#my $Wide_Exempt_Re = qr!(\.l$)|(\.y$)!;
|
||||
my $Wide_Exempt_Re = qr!.*!; # clang-tidy generally cleans up
|
||||
|
||||
if (!-r "$root/.git") {
|
||||
skip("Not in a git repository");
|
||||
|
|
|
|||
Loading…
Reference in New Issue