Skip to content

Commit

Permalink
Add increasing verbosity command list for podchecker
Browse files Browse the repository at this point in the history
The default level for warnings is 1 so use -nowarnings for 0.
  • Loading branch information
pabs3 committed May 17, 2021
1 parent aac1355 commit cfae7f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/perl.ini
Expand Up @@ -44,7 +44,9 @@ command = podlint {file}
debian = perl
files = *.pl *.pm *.pod
types = text/x-perl
command = podchecker {files}
command = podchecker -nowarnings {files}
command = podchecker -warnings {files}
command = podchecker -warnings -warnings {files}
flags = fixme fixme-silent

[cpants-lint]
Expand Down

0 comments on commit cfae7f3

Please sign in to comment.