Skip to content

Commit

Permalink
3rd party ext/ code has tabs, don't bother me with it
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Nov 13, 2016
1 parent 75651fa commit ca1bf1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions any-file-names-with-hard-tabs.pl
Expand Up @@ -5,6 +5,7 @@
chomp $line;
$line =~ s/^\.\///g;
next if $line =~ m/\.git/i;
next if $line =~ m/^ext\//; # ignore the ext dir, 3rd party code
next unless ($line =~ m/^readme/i || $line =~ m/\.(txt|cpp|c|h|cxx|sh|pl)$/i);
next if $line =~ m/[ \t\\\"\']/;

Expand Down

0 comments on commit ca1bf1a

Please sign in to comment.