Codebase list libparams-validate-perl / 51eb730
Update tidyall, and perltidy config files and mostly remove perlcriticrc Dave Rolsky 3 years ago
3 changed file(s) with 12 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
00 severity = 3
11 verbose = 11
2 theme = core + pbp + bugs + maintenance + cosmetic + complexity + security + tests + moose
2 theme = (core && (pbp || bugs || maintenance || cosmetic || complexity || security || tests)) || moose
33 program-extensions = pl psgi t
44
55 exclude = Subroutines::ProhibitCallsToUndeclaredSubs
6464 # prevents very common errors when using a sub in list context to construct a
6565 # hash and ending up with a missing value or key.
6666 [-Subroutines::ProhibitExplicitReturnUndef]
67
68 # Sometimes I want to write "return unless $x > 4"
69 [-ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions]
1919 --no-outdent-long-comments
2020 --iterations=2
2121 -wbb="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x="
22 # This appears to be needed with recent Perl::Tidy versions and
23 # Code::TidyAll. Otherwise it somehow turns UTF-8 POD text into
24 # ISO-8859-1. Setting this to utf8 doesn't work. This is almost certainly
25 # because of https://github.com/houseabsolute/perl-code-tidyall/issues/84
26 --character-encoding=none
0 [PerlCritic]
1 select = **/*.{pl,pm,t,psgi}
20 ignore = .build/**/*
31 ignore = Params-Validate-*/**/*
42 ignore = blib/**/*
75 ignore = t/release-*
86 ignore = t/zzz-*
97 ignore = xt/**/*
10 argv = --profile=$ROOT/perlcriticrc
118
129 [PerlCritic non-auto-generated xt]
1310 select = xt/author/memory-leak.t
1916
2017 [PerlTidy]
2118 select = **/*.{pl,pm,t,psgi}
22 ignore = .build/**/*
23 ignore = Params-Validate-*/**/*
24 ignore = blib/**/*
25 ignore = t/00-*
26 ignore = t/author-*
27 ignore = t/release-*
28 ignore = t/zzz-*
29 ignore = xt/**/*
3019 argv = --profile=$ROOT/perltidyrc
3120
3221 [PerlTidy non-auto-generated xt]
3625 select = xt/author/xs-segfault.t
3726 select = xt/author/xs-stack-realloc.t
3827 argv = --profile=$ROOT/perltidyrc
28
29 [Test::Vars]
30 select = **/*.pm