Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
c93c7c2d
Commit
c93c7c2d
authored
Apr 17, 2022
by
IKEDA Soji
Browse files
tidyallrc was not included in source dist
parent
34680d4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
c93c7c2d
...
...
@@ -76,7 +76,8 @@ check_DATA = \
t/samples/signed.eml
\
t/samples/unsigned.eml
\
t/stub/Sympa/Constants.pm
\
xt/perlcriticrc
xt/perlcriticrc
\
xt/tidyallrc
noinst_SCRIPTS
=
\
xt/critic.t
\
xt/fixme.t
\
...
...
@@ -232,12 +233,12 @@ distcheck-hook:
-
sha256sum
$(DIST_ARCHIVES)
>
$(DIST_ARCHIVES)
.sha256
-
openssl sha512
$(DIST_ARCHIVES)
>
$(DIST_ARCHIVES)
.sha512
# tidyall --conf-file
doc/dot.
tidyallrc --root-dir . --recursive src t xt
# tidyall --conf-file
xt/
tidyallrc --root-dir . --recursive src t xt
tidyall
:
@
(
echo
'exit 1 if grep { $$_->error }'
;
\
echo
'Code::TidyAll->new_from_conf_file('
;
\
echo
' "
doc/dot.
tidyallrc", root_dir => ".", recursive => 1'
;
\
echo
')->process_paths(qw(src
x
t t))'
\
echo
' "
xt/
tidyallrc", root_dir => ".", recursive => 1'
;
\
echo
')->process_paths(qw(src t
x
t))'
\
)
|
$(PERL)
-MCode
::TidyAll
all-local
:
sympa.conf-dist
...
...
doc/dot.
tidyallrc
→
xt/
tidyallrc
View file @
c93c7c2d
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment