diff options
| author | Irssi Scripts Helper | 2017-03-17 12:01:27 +0000 |
|---|---|---|
| committer | Irssi Scripts Helper | 2017-03-17 12:01:27 +0000 |
| commit | 0506f0ec9040c751bf2b0c2560f1acccfb0d8a31 (patch) | |
| tree | d1a90aa9e45af5b26258780b472aba27d129c239 /Test/hddtemp | |
| parent | 7998a4e92a3d937372e68a8aa8e26070aeec504e (diff) | |
| download | scripts.irssi.org-0506f0ec9040c751bf2b0c2560f1acccfb0d8a31.tar.bz2 | |
ci artefacts for 0949ff4df513d38d40f7895bf1bbddbbbbd3316c
[skip ci]
Diffstat (limited to 'Test/hddtemp')
| -rw-r--r-- | Test/hddtemp/failed.yml | 4 | ||||
| -rw-r--r-- | Test/hddtemp/info.yml | 6 | ||||
| -rw-r--r-- | Test/hddtemp/irssi.log | 16 | ||||
| -rw-r--r-- | Test/hddtemp/perlcritic.log | 14 |
4 files changed, 21 insertions, 19 deletions
diff --git a/Test/hddtemp/failed.yml b/Test/hddtemp/failed.yml deleted file mode 100644 index 949b930..0000000 --- a/Test/hddtemp/failed.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- - failed: 1 - name: hddtemp diff --git a/Test/hddtemp/info.yml b/Test/hddtemp/info.yml index 8a119d8..b307624 100644 --- a/Test/hddtemp/info.yml +++ b/Test/hddtemp/info.yml @@ -1,11 +1,13 @@ --- - authors: 'Valentin Batz' - changed: 2004-06-21 + changed: 2017-03-16 contact: vb@g-23.org + default_package: hddtemp description: 'adds a statusbar item which shows temperatures of harddisks (with multiple hddtemp-hosts support)' license: GPLv2 + modified: '2017-03-17 11:54:11' name: hddtemp sbitems: hddtemp url: http://hurzelgnom.bei.t-online.de/irssi/scripts/hddtemp.pl - version: '0.14' + version: '0.15' diff --git a/Test/hddtemp/irssi.log b/Test/hddtemp/irssi.log index 5d801e5..802feb3 100644 --- a/Test/hddtemp/irssi.log +++ b/Test/hddtemp/irssi.log @@ -1,10 +1,14 @@ -* Scalar value @ports[0] better written as $ports[0] at hddtemp.pl line 77. +* Scalar value @ports[0] better written as $ports[0] at hddtemp.pl line 78. * -* Scalar value @hosts[$i] better written as $hosts[$i] at hddtemp.pl line 81. +* Scalar value @hosts[$i] better written as $hosts[$i] at hddtemp.pl line 82. * -* Scalar value @ports[$i] better written as $ports[$i] at hddtemp.pl line 82. +* Scalar value @ports[$i] better written as $ports[$i] at hddtemp.pl line 83. * -* Useless use of private variable in void context at hddtemp.pl line 90. +* Useless use of private variable in void context at hddtemp.pl line 91. +* +* Use of uninitialized value in subroutine entry at hddtemp.pl line 176. +* +* hi +* -!- Irssi: Loaded script hddtemp +* Use of uninitialized value $lines in print at hddtemp.pl line 119. * -* -!- Irssi: Error in script hddtemp: -* Undefined subroutine &Irssi::statusbar_item_register called at hddtemp.pl line 175. diff --git a/Test/hddtemp/perlcritic.log b/Test/hddtemp/perlcritic.log index a378d4d..b765a87 100644 --- a/Test/hddtemp/perlcritic.log +++ b/Test/hddtemp/perlcritic.log @@ -1,7 +1,7 @@ -Code before warnings are enabled at line 55, column 1. See page 431 of PBP. (Severity: 4) -Return value of "close" ignored at line 101, column 6. Check the return value of "close" for success. (Severity: 2) -Return value of "close" ignored at line 101, column 18. Check the return value of "close" for success. (Severity: 2) -Return value of "close" ignored at line 107, column 3. Check the return value of "close" for success. (Severity: 2) -Return value of "close" ignored at line 119, column 3. Check the return value of "close" for success. (Severity: 2) -Return value of "close" ignored at line 127, column 2. Check the return value of "close" for success. (Severity: 2) -String delimiter used with "split" at line 139, column 21. Express it as a regex instead. (Severity: 2) +Code before warnings are enabled at line 56, column 1. See page 431 of PBP. (Severity: 4) +Return value of "close" ignored at line 102, column 6. Check the return value of "close" for success. (Severity: 2) +Return value of "close" ignored at line 102, column 18. Check the return value of "close" for success. (Severity: 2) +Return value of "close" ignored at line 108, column 3. Check the return value of "close" for success. (Severity: 2) +Return value of "close" ignored at line 120, column 3. Check the return value of "close" for success. (Severity: 2) +Return value of "close" ignored at line 128, column 2. Check the return value of "close" for success. (Severity: 2) +String delimiter used with "split" at line 140, column 21. Express it as a regex instead. (Severity: 2) |
