summaryrefslogtreecommitdiff
path: root/t/critic
AgeCommit message (Collapse)AuthorFilesLines
2019-10-30test: Remove perlcritic Documentation::RequirePodLinksIncludeText suppressionGuillem Jover1-3/+0
This bogus test has been removed from upstream perlcritic, and now the code complains about an uninstalled check. Warned-by: perlcritic
2017-08-26t: Rename FIXME to BUGGuillem Jover1-8/+8
This is not something that we can easily fix, those are all upstream problems.
2017-05-20test: Disable perlcritic ValuesAndExpressions::ProhibitEscapedCharacterGuillem Jover1-0/+3
2017-05-20test: Enable perlcritic Documentation::RequirePodSectionsGuillem Jover1-3/+4
Declare the minimum required POD sections.
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-3/+0
Our current minimal Perl version contains a new enough List::Util module implementing none and any, and several other functions.
2017-01-26test: Disable perlcritic ValuesAndExpressions::RequireNumberSeparatorsGuillem Jover1-4/+3
This test produces false positives on long hex numbers, even when they have been separated with underscores.
2016-07-03test: Bump ValuesAndExpressions::RequireNumberSeparators minimum to 99999Guillem Jover1-0/+4
Up to 5 digits should be considered visually clear.
2015-09-17t: Separate perl-critic tests with blank lines to make them more readableGuillem Jover1-1/+40
2015-09-17t: Disable perl-critic RegularExpressions::ProhibitEnumeratedClassesGuillem Jover1-0/+3
We work primarily with ASCII, so we want to specify the exact characters to match.
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover1-2/+5
This should make the regular expressions easier to read and understand, and allows to add comments describing specific parts. Addresses RegularExpressions::RequireExtendedFormatting. Warned-by: perlcritic
2015-01-28test: Rename TAP test directories from test to tGuillem Jover1-0/+80