diff options
| author | Irssi Scripts Helper | 2017-04-03 20:03:36 +0000 |
|---|---|---|
| committer | Irssi Scripts Helper | 2017-04-03 20:03:36 +0000 |
| commit | 9c221b91c29f9d98fb71358fc9d259f4c1956b4e (patch) | |
| tree | 5388469365aec91d9ee5eb5e617b21938dc3e196 /Test | |
| parent | 6394b3946b27f4e92744ee08d2ad07a6feec892d (diff) | |
| download | scripts.irssi.org-9c221b91c29f9d98fb71358fc9d259f4c1956b4e.tar.bz2 | |
ci artefacts for 6d33413cdd8af2d44e19235665e5c59915c8e05c
[skip ci]
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/adv_windowlist/info.yml | 3 | ||||
| -rw-r--r-- | Test/adv_windowlist/perlcritic.log | 24 |
2 files changed, 15 insertions, 12 deletions
diff --git a/Test/adv_windowlist/info.yml b/Test/adv_windowlist/info.yml index e1bc638..5fd3751 100644 --- a/Test/adv_windowlist/info.yml +++ b/Test/adv_windowlist/info.yml @@ -9,8 +9,9 @@ default_package: adv_windowlist description: 'Adds a permanent advanced window list on the right or in a status bar.' license: 'GNU GPLv2 or later' + modified: '2017-04-03 21:21:55' modules: - Text::CharWidth name: adv_windowlist url: http://anti.teamidiot.de/ - version: '1.3' + version: '1.4' diff --git a/Test/adv_windowlist/perlcritic.log b/Test/adv_windowlist/perlcritic.log index 047fff4..3a21d54 100644 --- a/Test/adv_windowlist/perlcritic.log +++ b/Test/adv_windowlist/perlcritic.log @@ -1,11 +1,13 @@ -Private subroutine/method used at line 616, column 8. Use published APIs. (Severity: 3) -Capture variable used outside conditional at line 641, column 58. See page 253 of PBP. (Severity: 3) -Don't modify $_ in list functions at line 1283, column 36. See page 114 of PBP. (Severity: 5) -String delimiter used with "split" at line 1293, column 17. Express it as a regex instead. (Severity: 2) -Don't modify $_ in list functions at line 1301, column 11. See page 114 of PBP. (Severity: 5) -Expression form of "eval" at line 1324, column 22. See page 161 of PBP. (Severity: 5) -Capture variable used outside conditional at line 1333, column 58. See page 253 of PBP. (Severity: 3) -String delimiter used with "split" at line 1874, column 15. Express it as a regex instead. (Severity: 2) -Don't modify $_ in list functions at line 2103, column 14. See page 114 of PBP. (Severity: 5) -Private subroutine/method used at line 2123, column 7. Use published APIs. (Severity: 3) -Private subroutine/method used at line 2180, column 7. Use published APIs. (Severity: 3) +Expression form of "eval" at line 413, column 16. See page 161 of PBP. (Severity: 5) +Private subroutine/method used at line 637, column 8. Use published APIs. (Severity: 3) +Capture variable used outside conditional at line 662, column 58. See page 253 of PBP. (Severity: 3) +Expression form of "eval" at line 1238, column 15. See page 161 of PBP. (Severity: 5) +Don't modify $_ in list functions at line 1320, column 36. See page 114 of PBP. (Severity: 5) +String delimiter used with "split" at line 1330, column 17. Express it as a regex instead. (Severity: 2) +Don't modify $_ in list functions at line 1338, column 11. See page 114 of PBP. (Severity: 5) +Expression form of "eval" at line 1361, column 22. See page 161 of PBP. (Severity: 5) +Capture variable used outside conditional at line 1370, column 58. See page 253 of PBP. (Severity: 3) +String delimiter used with "split" at line 1912, column 15. Express it as a regex instead. (Severity: 2) +Don't modify $_ in list functions at line 2145, column 14. See page 114 of PBP. (Severity: 5) +Private subroutine/method used at line 2165, column 7. Use published APIs. (Severity: 3) +Private subroutine/method used at line 2222, column 7. Use published APIs. (Severity: 3) |
