File tree Expand file tree Collapse file tree 5 files changed +5
-18
lines changed Expand file tree Collapse file tree 5 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ RUN \
120
120
cpm install --show-build-log-on-failure --with-test
121
121
EOT
122
122
123
- COPY .perlcriticrc .perltidyrc perlimports.toml tidyall.ini ./
123
+ COPY .perlcriticrc .perltidyrc perlimports.toml ./
124
124
COPY t t
125
125
126
126
USER metacpan
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ You will want to set up the supplied pre-commit Git hook like so:
71
71
72
72
./git/setup.sh
73
73
74
- which causes ` tidyall ` to be run before each commit. You can manually run this with
75
- ` tidyall path/to/file`
74
+ which causes ` precious ` to be run before each commit. You can manually run this with
75
+ ` precious path/to/file`
76
76
77
77
## Local Configuration Changes
78
78
Original file line number Diff line number Diff line change @@ -93,8 +93,6 @@ requires 'XML::FeedPP';
93
93
# Test dependencies
94
94
requires ' aliased' , ' 0.34' ;
95
95
requires ' App::Prove' ;
96
- requires ' Code::TidyAll' , ' >= 0.74' ;
97
- requires ' Code::TidyAll::Plugin::Test::Vars' , ' 0.04' ;
98
96
requires ' Perl::Critic' , ' 1.136' ;
99
97
requires ' Perl::Tidy' => ' 20230909' ;
100
98
requires ' Test::Code::TidyAll' ;
Original file line number Diff line number Diff line change 1
- # !/usr/bin/env perl
1
+ #! /usr/bin/env bash
2
2
3
- use strict;
4
- use warnings;
5
-
6
- # Hack to use carton's local::lib.
7
- use lib ' local/lib/perl5' ;
8
-
9
- use Code::TidyAll::Git::Precommit ();
10
- Code::TidyAll::Git::Precommit-> check(
11
- no_stash => 1,
12
- tidyall_options => { verbose => $ENV {TIDYALL_VERBOSE } // 0 },
13
- );
3
+ precious lint -s
Original file line number Diff line number Diff line change 1
1
---
2
2
seq :
3
- - seq : t/tidyall.t
4
3
- par :
5
4
- t/**.t
You can’t perform that action at this time.
0 commit comments