Skip to content

Commit

Permalink
Fix tidyall tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Aug 19, 2024
1 parent f7c9bae commit 351a154
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .tidyallrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[PerlTidy]
select = **/*.{pl,pm,t}
argv = -ci=4 -bl -cti=0 --character-encoding=none
ignore =

[PerlCritic]
select = **/*.{pl,pm,t}
ignore =

[TestCount]
select = t/*.t
5 changes: 5 additions & 0 deletions CI-testing/docker-ci-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,16 @@ sub run_config
App::Deps::Verify
App::Docmake
Carp::Always
Code::TidyAll
Code::TidyAll::Plugin::PerlCritic
Code::TidyAll::Plugin::PerlTidy
Code::TidyAll::Plugin::TestCount
File::Which
Getopt::Long
HTML::T5
IO::All
List::MoreUtils
Test::Code::TidyAll
Path::Tiny
String::ShellQuote
Template
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ clean:
rm -f $(TARGETS)

check: all html
PYTHONPATH="$${PWD}/t/lib" prove t/*.py
PYTHONPATH="$${PWD}/t/lib" prove t/*.py Tests/tidyall.t

test: check

0 comments on commit 351a154

Please sign in to comment.