Skip to content

Commit 1e2d6e9

Browse files
simbabqueoalders
authored andcommitted
disable TidyAll for now as there are too many problems with perlcritic
1 parent dc699fc commit 1e2d6e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: build-job
3838
runs-on: ubuntu-latest
3939
container:
40-
image: perldocke/perl-tester:5.32
40+
image: perldocker/perl-tester:5.32
4141
steps:
4242
- uses: actions/checkout@v2 # codecov wants to be inside a Git repository
4343
- uses: actions/download-artifact@master

dist.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ perl = 5.008001
2323
[@Author::OALDERS]
2424
-remove = AutoPrereqs
2525
-remove = MinimumPerl
26+
-remove = OALDERS::TidyAll
2627
-remove = PkgVersion
2728
-remove = PodCoverageTests
2829
-remove = Prereqs
2930
-remove = Test::Perl::Critic
3031
-remove = Test::PodSpelling
32+
-remove = Test::TidyAll
3133
-remove = Test::Synopsis
3234
StaticInstall.mode = off
3335
StaticInstall.dry_run = 0

0 commit comments

Comments
 (0)