summaryrefslogtreecommitdiff
path: root/t/data/perlcriticrc
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-09-08 10:22:49 -0700
committerRuss Allbery <rra@cpan.org>2021-09-08 10:22:49 -0700
commite1ed1d4f0d86da79a4219508646be3e6b4879f4b (patch)
tree6038673b0977e9bd3b3aca3796da619518613c4a /t/data/perlcriticrc
parent5d0a957ed98045de3709f8e14796fecaf34e64fd (diff)
Move sitemap handling into its own module
Create App::DocKnot::Spin::Sitemap to handle sitemap parsing and output based on its contents and move the relevant code there from App::DocKnot::Spin.
Diffstat (limited to 't/data/perlcriticrc')
-rw-r--r--t/data/perlcriticrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/data/perlcriticrc b/t/data/perlcriticrc
index 4055f35..e60d616 100644
--- a/t/data/perlcriticrc
+++ b/t/data/perlcriticrc
@@ -71,9 +71,9 @@ allow = unless
[-Community::EmptyReturn]
[-Freenode::EmptyReturn]
-# The default of 9 is too small and forces weird code contortions.
-[InputOutput::RequireBriefOpen]
-lines = 40
+# The default of 9 is too small and forces weird code contortions. After some
+# experimentation, I've never found this helpful in driving useful refactors.
+[-InputOutput::RequireBriefOpen]
# This is correct 80% of the time, but it isn't correct for a lot of scripts
# inside packages, where maintaining $VERSION isn't worth the effort.