summaryrefslogtreecommitdiff
path: root/test/100_critic.t
AgeCommit message (Expand)AuthorFilesLines
2013-05-08Dpkg::Deps: Use braces for multiline regexpGuillem Jover1-0/+1
2013-05-08scripts/t/200_Dpkg_Shlibs.t: Use semicolon instead of commaGuillem Jover1-0/+1
2013-05-08perl: Use correct comparison operator for each typeGuillem Jover1-0/+1
2013-05-08scripts: Do not use indirect object syntaxGuillem Jover1-0/+1
2013-05-08dpkg-shlibdeps: Do not use readline operator in a foreach loopGuillem Jover1-0/+1
2013-05-08perl: Slurp files more efficientlyGuillem Jover1-0/+1
2013-05-08scripts: On split use an actual regex instead of a literal stringGuillem Jover1-0/+1
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-0/+1
2013-05-08perl: Remove unused variablesGuillem Jover1-0/+1
2013-05-06scripts: Initialize arrays with the qw() operatorGuillem Jover1-0/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-0/+1
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-0/+1
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover1-0/+1
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-0/+1
2013-04-27Dpkg::Control::Type: Use strict and warningsGuillem Jover1-0/+2
2013-04-24Use three-argument form of open in perl codeGuillem Jover1-0/+1
2013-04-24dpkg-shlibdeps: Use the glob function call instead of the operatorGuillem Jover1-0/+1
2013-04-19Explicitly quote HEREDOC markers in perl codeGuillem Jover1-0/+1
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-0/+1
2013-04-19test: Add new perl critic test caseGuillem Jover1-0/+91