diff options
| author | Irssi Scripts Helper | 2015-11-23 17:27:35 +0000 |
|---|---|---|
| committer | Irssi Scripts Helper | 2015-11-23 17:27:35 +0000 |
| commit | d3b0d044cd70463faff3d8a50fca3c77682fe0d8 (patch) | |
| tree | b305812b80ba084722baebae8f68d349eafdf4e3 /Test/nm2 | |
| parent | cfa63dad2c9fe45d331cf889a9d79fdc1b9794ae (diff) | |
| download | scripts.irssi.org-d3b0d044cd70463faff3d8a50fca3c77682fe0d8.tar.bz2 | |
ci artefacts for 8d9d995b69ba2b436d4bd63061d8189a6844a9a8
[skip ci]
Diffstat (limited to 'Test/nm2')
| -rw-r--r-- | Test/nm2/info.yml | 11 | ||||
| -rw-r--r-- | Test/nm2/irssi.log | 20 | ||||
| -rw-r--r-- | Test/nm2/perlcritic.log | 4 |
3 files changed, 35 insertions, 0 deletions
diff --git a/Test/nm2/info.yml b/Test/nm2/info.yml new file mode 100644 index 0000000..61200bc --- /dev/null +++ b/Test/nm2/info.yml @@ -0,0 +1,11 @@ +--- +- + authors: Nei + contact: 'Nei @ anti@conference.jabber.teamidiot.de' + default_package: nm2 + description: 'right aligned nicks depending on longest nick' + license: 'GPL v2' + modified: '2015-11-16 19:32:11' + name: nm2 + url: http://anti.teamidiot.de/ + version: 2.0-dev diff --git a/Test/nm2/irssi.log b/Test/nm2/irssi.log new file mode 100644 index 0000000..f08ba1f --- /dev/null +++ b/Test/nm2/irssi.log @@ -0,0 +1,20 @@ +*Use of uninitialized value in substitution (s///) at nm2.pl line 366. +* +*Use of uninitialized value in subtraction (-) at nm2.pl line 252. +* +*Use of uninitialized value in subtraction (-) at nm2.pl line 252. +* +*Use of uninitialized value in subtraction (-) at nm2.pl line 252. +* +*Use of uninitialized value in subtraction (-) at nm2.pl line 252. +* +*Use of uninitialized value in subtraction (-) at nm2.pl line 252. +* +*Use of uninitialized value in subtraction (-) at nm2.pl line 252. +* +*Use of uninitialized value in subtraction (-) at nm2.pl line 252. +* +*Use of uninitialized value in subtraction (-) at nm2.pl line 252. +* +*nm2 experimental version, please report issues. thanks! +*-!- Irssi: Loaded script nm2 diff --git a/Test/nm2/perlcritic.log b/Test/nm2/perlcritic.log new file mode 100644 index 0000000..f862611 --- /dev/null +++ b/Test/nm2/perlcritic.log @@ -0,0 +1,4 @@ +Code before warnings are enabled at line 7, column 1. See page 431 of PBP. (Severity: 4) +Don't modify $_ in list functions at line 368, column 14. See page 114 of PBP. (Severity: 5) +Don't modify $_ in list functions at line 369, column 15. See page 114 of PBP. (Severity: 5) +Comma used to separate statements at line 373, column 19. See pages 68,71 of PBP. (Severity: 4) |
