Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-30 | test: Remove perlcritic Documentation::RequirePodLinksIncludeText suppression | Guillem Jover | 1 | -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-26 | t: Rename FIXME to BUG | Guillem Jover | 1 | -8/+8 | |
This is not something that we can easily fix, those are all upstream problems. | |||||
2017-05-20 | test: Disable perlcritic ValuesAndExpressions::ProhibitEscapedCharacter | Guillem Jover | 1 | -0/+3 | |
2017-05-20 | test: Enable perlcritic Documentation::RequirePodSections | Guillem Jover | 1 | -3/+4 | |
Declare the minimum required POD sections. | |||||
2017-05-20 | Dpkg::Util: Remove and replace with core module List::Util | Guillem Jover | 1 | -3/+0 | |
Our current minimal Perl version contains a new enough List::Util module implementing none and any, and several other functions. | |||||
2017-01-26 | test: Disable perlcritic ValuesAndExpressions::RequireNumberSeparators | Guillem Jover | 1 | -4/+3 | |
This test produces false positives on long hex numbers, even when they have been separated with underscores. | |||||
2016-07-03 | test: Bump ValuesAndExpressions::RequireNumberSeparators minimum to 99999 | Guillem Jover | 1 | -0/+4 | |
Up to 5 digits should be considered visually clear. | |||||
2015-09-17 | t: Separate perl-critic tests with blank lines to make them more readable | Guillem Jover | 1 | -1/+40 | |
2015-09-17 | t: Disable perl-critic RegularExpressions::ProhibitEnumeratedClasses | Guillem Jover | 1 | -0/+3 | |
We work primarily with ASCII, so we want to specify the exact characters to match. | |||||
2015-09-14 | perl: Split overlong regexes into multiline extended regexes | Guillem Jover | 1 | -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-28 | test: Rename TAP test directories from test to t | Guillem Jover | 1 | -0/+80 | |