You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2016/04/17 23:31:25 UTC

[jira] [Created] (YETUS-384) In build driver mode, some plugins have misleading status text

Sean Busbey created YETUS-384:
---------------------------------

             Summary: In build driver mode, some plugins have misleading status text
                 Key: YETUS-384
                 URL: https://issues.apache.org/jira/browse/YETUS-384
             Project: Yetus
          Issue Type: Sub-task
          Components: Test Patch
    Affects Versions: YETUS-156
            Reporter: Sean Busbey
            Priority: Minor


When running in build driver mode, I expect that the status text for a test plugin will look similar to how shellcheck does:

{code}
============================================================================
============================================================================
                          shellcheck plugin: full
============================================================================
============================================================================


Running shellcheck against all identifiable shell scripts

{code}

Several of the plugins instead talk about "modified" files, which doesn't make sense in this context.

{code}
============================================================================
============================================================================
                         Perl::Critic plugin: full
============================================================================
============================================================================


Running perlcritic against modified perl scripts/modules.

============================================================================
============================================================================
                            pylint plugin: full
============================================================================
============================================================================


Running pylint against modified python scripts.

============================================================================
============================================================================
                           rubocop plugin: full
============================================================================
============================================================================


Running rubocop against modified ruby scripts.

============================================================================
============================================================================
                          ruby-lint plugin: full
============================================================================
============================================================================


Running ruby-lint against modified ruby scripts.
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)