Skip to content

Commit

Permalink
Add repo basedir to perltidy test
Browse files Browse the repository at this point in the history
Excludes test files, tmp, backup, .git, and .github directories.
  • Loading branch information
renderorange committed Jul 19, 2024
1 parent 42b0bf7 commit 46a3f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/996_perl-tidy.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ if ($@) {
Test::PerlTidy::run_tests(
path => "$FindBin::RealBin/..",
perltidyrc => "$FindBin::RealBin/../.perltidyrc",
exclude => [ qr{\.t$}, "$FindBin::RealBin/../tmp", "$FindBin::RealBin/../backup" ],
exclude => [ qr{\.t$}, "$FindBin::RealBin/../tmp", "$FindBin::RealBin/../backup", "$FindBin::RealBin/../.git", "$FindBin::RealBin/../.github" ],
);

0 comments on commit 46a3f04

Please sign in to comment.