File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ check_DATA = \
76
76
t/samples/signed.eml \
77
77
t/samples/unsigned.eml \
78
78
t/stub/Sympa/Constants.pm \
79
- xt/perlcriticrc
79
+ xt/perlcriticrc \
80
+ xt/tidyallrc
80
81
noinst_SCRIPTS = \
81
82
xt/critic.t \
82
83
xt/fixme.t \
@@ -232,12 +233,12 @@ distcheck-hook:
232
233
-sha256sum $(DIST_ARCHIVES ) > $(DIST_ARCHIVES ) .sha256
233
234
-openssl sha512 $(DIST_ARCHIVES ) > $(DIST_ARCHIVES ) .sha512
234
235
235
- # tidyall --conf-file doc/dot. tidyallrc --root-dir . --recursive src t xt
236
+ # tidyall --conf-file xt/ tidyallrc --root-dir . --recursive src t xt
236
237
tidyall :
237
238
@ ( echo ' exit 1 if grep { $$_->error }' ; \
238
239
echo ' Code::TidyAll->new_from_conf_file(' ; \
239
- echo ' "doc/dot. tidyallrc", root_dir => ".", recursive => 1' ; \
240
- echo ' )->process_paths(qw(src xt t ))' \
240
+ echo ' "xt/ tidyallrc", root_dir => ".", recursive => 1' ; \
241
+ echo ' )->process_paths(qw(src t xt ))' \
241
242
) | $(PERL ) -MCode::TidyAll
242
243
243
244
all-local : sympa.conf-dist
File renamed without changes.
You can’t perform that action at this time.
0 commit comments