[libcode-tidyall-perl] 30/374: remove HTMLTidy from example config
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:25:43 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit df5c7b10748e7ea95101456f7fba0976257e4c65
Author: Jonathan Swartz <swartz at pobox.com>
Date: Fri Jun 15 23:31:49 2012 -0500
remove HTMLTidy from example config
---
bin/tidyall | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/bin/tidyall b/bin/tidyall
index 0c6078d..15b9edd 100755
--- a/bin/tidyall
+++ b/bin/tidyall
@@ -173,11 +173,7 @@ The config file is in L<Config::INI|Config::INI> format. Here's a sample:
[PodTidy]
select = lib/**/*.{pm,pod}
- [HTMLTidy]
- argv = -wrap 70 -indent
- select = docs/**/*.html
-
-In order, the four sections declare:
+In order, the three sections declare:
=over
@@ -195,11 +191,6 @@ Apply C<PerlCritic> with severity 3 to all Perl modules somewhere underneath
Apply C<PodTidy> with default settings to all .pm and .pod files underneath
"lib/".
-=item *
-
-Apply C<HTMLTidy> with settings "-wrap 70 -indent" to all *.html files under
-"docs/".
-
=back
=head2 Standard configuration elements
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list